#F08199

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

Shades of Carissma #F08199

Tints of Carissma #F08199

Color information

#F08199 (or 0xF08199) is unknown color: approx Carissma. HEX triplet: F0, 81 and 99. RGB value is (240,129,153). Sum of RGB (Red+Green+Blue) = 240+129+153=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F08199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08199 is #0F7E66. Grayscale: #A4A4A4. Windows color (decimal): -1015399 or 10060272. OLE color: 10060272.

HSL color Cylindrical-coordinate representation of color #F08199: hue angle of 347.03º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08199 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240129153-
CMYK00.460.360.06
HSL347.03º78.72%72.35%-
HSV(B)347.03º46.25%94.12%-
XYZ49.5436.5334.58-
YUV164.92121.27181.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.98%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=45.98%
G=24.71%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012915300.460.360.06347.0378.7272.35
HexF0819902E24615b4f48
Octal360201231056446533117110
Binary111100001000000110011001010111010010011010101101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08199; }

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

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

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

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

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

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

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

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