#F28199

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

Shades of Carissma #F28199

Tints of Carissma #F28199

Color information

#F28199 (or 0xF28199) is unknown color: approx Carissma. HEX triplet: F2, 81 and 99. RGB value is (242,129,153). Sum of RGB (Red+Green+Blue) = 242+129+153=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F28199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28199 is #0D7E66. Grayscale: #A5A5A5. Windows color (decimal): -884327 or 10060274. OLE color: 10060274.

HSL color Cylindrical-coordinate representation of color #F28199: hue angle of 347.26º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28199 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB242129153-
CMYK00.470.370.05
HSL347.26º81.29%72.75%-
HSV(B)347.26º46.69%94.9%-
XYZ50.2236.8834.61-
YUV165.52120.94182.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=46.18%
G=24.62%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212915300.470.370.05347.2681.2972.75
HexF2819902F25515b5149
Octal362201231057455533121111
Binary111100101000000110011001010111110010110110101101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28199; }

 p { color: rgb(242,129,153); }

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

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

 a { background-color: rgb(242,129,153); }

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

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

 span { border-color: rgb(242,129,153); }

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