#F58187

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

Shades of Carissma #F58187

Tints of Carissma #F58187

Color information

#F58187 (or 0xF58187) is unknown color: approx Carissma. HEX triplet: F5, 81 and 87. RGB value is (245,129,135). Sum of RGB (Red+Green+Blue) = 245+129+135=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F58187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58187 is #0A7E78. Grayscale: #A4A4A4. Windows color (decimal): -687737 or 8880629. OLE color: 8880629.

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

Color convert

RGB245129135-
CMYK00.470.450.04
HSL356.9º85.29%73.33%-
HSV(B)356.9º47.35%96.08%-
XYZ49.8836.8627.41-
YUV164.37111.43185.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.13%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=48.13%
G=25.34%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512913500.470.450.04356.985.2973.33
HexF5818702F2D41655549
Octal365201207057554545125111
Binary111101011000000110000111010111110110110010110010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58187; }

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

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

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

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

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

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

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

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