#F5808E

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

Shades of Carissma #F5808E

Tints of Carissma #F5808E

Color information

#F5808E (or 0xF5808E) is unknown color: approx Carissma. HEX triplet: F5, 80 and 8E. RGB value is (245,128,142). Sum of RGB (Red+Green+Blue) = 245+128+142=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5808E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5808E is #0A7F71. Grayscale: #A4A4A4. Windows color (decimal): -687986 or 9339125. OLE color: 9339125.

HSL color Cylindrical-coordinate representation of color #F5808E: hue angle of 352.82º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5808E is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245128142-
CMYK00.480.420.04
HSL352.82º85.4%73.14%-
HSV(B)352.82º47.76%96.08%-
XYZ50.2636.830.05-
YUV164.58115.26185.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=47.57%
G=24.85%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512814200.480.420.04352.8285.473.14
HexF5808E0302A41615549
Octal365200216060524541125111
Binary111101011000000010001110011000010101010010110000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5808E; }

 p { color: rgb(245,128,142); }

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

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

 a { background-color: rgb(245,128,142); }

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

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

 span { border-color: rgb(245,128,142); }

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