#f57f8e

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

Shades of Carissma #F57F8E

Tints of Carissma #F57F8E

Color information

#F57F8E (or 0xF57F8E) is unknown color: approx Carissma. HEX triplet: F5, 7F and 8E. RGB value is (245,127,142). Sum of RGB (Red+Green+Blue) = 245+127+142=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F8E is #0A8071. Grayscale: #A4A4A4. Windows color (decimal): -688242 or 9338869. OLE color: 9338869.

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

Color convert

RGB245127142-
CMYK00.480.420.04
HSL352.37º85.51%72.94%-
HSV(B)352.37º48.16%96.08%-
XYZ50.1336.5430-
YUV163.99115.59185.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.67%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=47.67%
G=24.71%
B=27.63%

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
Decimal24512714200.480.420.04352.3785.5172.94
HexF57F8E0302A41605649
Octal365177216060524540126111
Binary11110101111111110001110011000010101010010110000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f57f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f57f8e; }

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

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

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

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

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

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

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

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