#F57D87

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

Shades of Carissma #F57D87

Tints of Carissma #F57D87

Color information

#F57D87 (or 0xF57D87) is unknown color: approx Carissma. HEX triplet: F5, 7D and 87. RGB value is (245,125,135). Sum of RGB (Red+Green+Blue) = 245+125+135=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D87 is #0A8278. Grayscale: #A2A2A2. Windows color (decimal): -688761 or 8879605. OLE color: 8879605.

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

Color convert

RGB245125135-
CMYK00.490.450.04
HSL355º85.71%72.55%-
HSV(B)355º48.98%96.08%-
XYZ49.3635.8327.24-
YUV162.02112.76187.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=48.51%
G=24.75%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512513500.490.450.0435585.7172.55
HexF57D870312D41635649
Octal365175207061554543126111
Binary11110101111110110000111011000110110110010110001110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57D87; }

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

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

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

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

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

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

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

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