#F18196

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

Shades of Carissma #F18196

Tints of Carissma #F18196

Color information

#F18196 (or 0xF18196) is unknown color: approx Carissma. HEX triplet: F1, 81 and 96. RGB value is (241,129,150). Sum of RGB (Red+Green+Blue) = 241+129+150=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F18196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18196 is #0E7E69. Grayscale: #A4A4A4. Windows color (decimal): -949866 or 9863665. OLE color: 9863665.

HSL color Cylindrical-coordinate representation of color #F18196: hue angle of 348.75º 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 #F18196 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241129150-
CMYK00.460.380.05
HSL348.75º80%72.55%-
HSV(B)348.75º46.47%94.51%-
XYZ49.6336.633.3-
YUV164.88119.61182.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=46.35%
G=24.81%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112915000.460.380.05348.758072.55
HexF1819602E26515d5049
Octal361201226056465535120111
Binary111100011000000110010110010111010011010110101110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18196; }

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

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

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

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

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

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

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

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