#F18199

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

Shades of Carissma #F18199

Tints of Carissma #F18199

Color information

#F18199 (or 0xF18199) is unknown color: approx Carissma. HEX triplet: F1, 81 and 99. RGB value is (241,129,153). Sum of RGB (Red+Green+Blue) = 241+129+153=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F18199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18199 is #0E7E66. Grayscale: #A5A5A5. Windows color (decimal): -949863 or 10060273. OLE color: 10060273.

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

Color convert

RGB241129153-
CMYK00.460.370.05
HSL347.14º80%72.55%-
HSV(B)347.14º46.47%94.51%-
XYZ49.8836.734.59-
YUV165.22121.11182.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 129 (50.78% from 255) = 24.67%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=46.08%
G=24.67%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112915300.460.370.05347.148072.55
HexF1819902E25515b5049
Octal361201231056455533120111
Binary111100011000000110011001010111010010110110101101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18199; }

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

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

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

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

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

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

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

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