#F88089

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

Shades of Carissma #F88089

Tints of Carissma #F88089

Color information

#F88089 (or 0xF88089) is unknown color: approx Carissma. HEX triplet: F8, 80 and 89. RGB value is (248,128,137). Sum of RGB (Red+Green+Blue) = 248+128+137=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F88089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88089 is #077F76. Grayscale: #A4A4A4. Windows color (decimal): -491383 or 9011448. OLE color: 9011448.

HSL color Cylindrical-coordinate representation of color #F88089: hue angle of 355.5º degrees, saturation: 0.9, 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 #F88089 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB248128137-
CMYK00.480.450.03
HSL355.5º89.55%73.73%-
HSV(B)355.5º48.39%97.25%-
XYZ50.9537.228.16-
YUV164.91112.26187.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.34%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=48.34%
G=24.95%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812813700.480.450.03355.589.5573.73
HexF880890302D31645a4a
Octal370200211060553544132112
Binary11111000100000001000100101100001011011110110010010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88089; }

 p { color: rgb(248,128,137); }

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

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

 a { background-color: rgb(248,128,137); }

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

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

 span { border-color: rgb(248,128,137); }

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