#F47995

Color #F47995 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F47995

Tints of Carissma #F47995

Color information

#F47995 (or 0xF47995) is unknown color: approx Carissma. HEX triplet: F4, 79 and 95. RGB value is (244,121,149). Sum of RGB (Red+Green+Blue) = 244+121+149=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F47995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47995 is #0B866A. Grayscale: #A0A0A0. Windows color (decimal): -755307 or 9796084. OLE color: 9796084.

HSL color Cylindrical-coordinate representation of color #F47995: hue angle of 346.34º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47995 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB244121149-
CMYK00.500.390.04
HSL346.34º84.83%71.57%-
HSV(B)346.34º50.41%95.69%-
XYZ49.5735.0832.59-
YUV160.97121.25187.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 47.47%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=47.47%
G=23.54%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412114900.500.390.04346.3484.8371.57
HexF4799503227415a5548
Octal364171225062474532125110
Binary11110100111100110010101011001010011110010101101010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47995; }

 p { color: rgb(244,121,149); }

 H1.HeaderClassName
 {
   color: #F47995;
 }
 .AnyTagClassName
 {
   color: #F47995;
 }
</style>
background-color css

<style>
 a { background-color: #F47995; }

 a { background-color: rgb(244,121,149); }

 div.DivClassName
 {
   background-color: #F47995;
 }
 .BgClassName
 {
   background-color: #F47995;
 }
</style>
border-color css

<style>
 span { border-color: #F47995; }

 span { border-color: rgb(244,121,149); }

 td.TdClassName
 {
   border-color: #F47995;
 }
 .TagClassName
 {
   border-color: #F47995;
 }
</style>