#F57D8A

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

Shades of Carissma #F57D8A

Tints of Carissma #F57D8A

Color information

#F57D8A (or 0xF57D8A) is unknown color: approx Carissma. HEX triplet: F5, 7D and 8A. RGB value is (245,125,138). Sum of RGB (Red+Green+Blue) = 245+125+138=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D8A is #0A8275. Grayscale: #A2A2A2. Windows color (decimal): -688758 or 9076213. OLE color: 9076213.

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

Color convert

RGB245125138-
CMYK00.490.440.04
HSL353.5º85.71%72.55%-
HSV(B)353.5º48.98%96.08%-
XYZ49.5835.9128.36-
YUV162.36114.26186.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.23%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=48.23%
G=24.61%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512513800.490.440.04353.585.7172.55
HexF57D8A0312C41625649
Octal365175212061544542126111
Binary11110101111110110001010011000110110010010110001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57D8A; }

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

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

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

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

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

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

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

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