#F58087

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

Shades of Carissma #F58087

Tints of Carissma #F58087

Color information

#F58087 (or 0xF58087) is unknown color: approx Carissma. HEX triplet: F5, 80 and 87. RGB value is (245,128,135). Sum of RGB (Red+Green+Blue) = 245+128+135=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F58087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58087 is #0A7F78. Grayscale: #A3A3A3. Windows color (decimal): -687993 or 8880373. OLE color: 8880373.

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

Color convert

RGB245128135-
CMYK00.480.450.04
HSL356.41º85.4%73.14%-
HSV(B)356.41º47.76%96.08%-
XYZ49.7536.627.36-
YUV163.78111.76185.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.23%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=48.23%
G=25.20%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512813500.480.450.04356.4185.473.14
HexF580870302D41645549
Octal365200207060554544125111
Binary111101011000000010000111011000010110110010110010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58087; }

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

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

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

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

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

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

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

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