#F88196

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

Shades of Carissma #F88196

Tints of Carissma #F88196

Color information

#F88196 (or 0xF88196) is unknown color: approx Carissma. HEX triplet: F8, 81 and 96. RGB value is (248,129,150). Sum of RGB (Red+Green+Blue) = 248+129+150=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F88196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88196 is #077E69. Grayscale: #A7A7A7. Windows color (decimal): -491114 or 9863672. OLE color: 9863672.

HSL color Cylindrical-coordinate representation of color #F88196: hue angle of 349.41º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F88196 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248129150-
CMYK00.480.400.03
HSL349.41º89.47%73.92%-
HSV(B)349.41º47.98%97.25%-
XYZ52.0737.8633.42-
YUV166.98118.42185.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.06%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=47.06%
G=24.48%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812915000.480.400.03349.4189.4773.92
HexF8819603028315d594a
Octal370201226060503535131112
Binary11111000100000011001011001100001010001110101110110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88196; }

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

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

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

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

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

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

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

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