#F57C8C

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

Shades of Carissma #F57C8C

Tints of Carissma #F57C8C

Color information

#F57C8C (or 0xF57C8C) is unknown color: approx Carissma. HEX triplet: F5, 7C and 8C. RGB value is (245,124,140). Sum of RGB (Red+Green+Blue) = 245+124+140=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57C8C is #0A8373. Grayscale: #A2A2A2. Windows color (decimal): -689012 or 9207029. OLE color: 9207029.

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

Color convert

RGB245124140-
CMYK00.490.430.04
HSL352.07º85.82%72.35%-
HSV(B)352.07º49.39%96.08%-
XYZ49.635.7229.09-
YUV162115.59187.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.13%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=48.13%
G=24.36%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512414000.490.430.04352.0785.8272.35
HexF57C8C0312B41605648
Octal365174214061534540126110
Binary11110101111110010001100011000110101110010110000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57C8C; }

 p { color: rgb(245,124,140); }

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

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

 a { background-color: rgb(245,124,140); }

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

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

 span { border-color: rgb(245,124,140); }

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