#F57C86

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

Shades of Carissma #F57C86

Tints of Carissma #F57C86

Color information

#F57C86 (or 0xF57C86) is unknown color: approx Carissma. HEX triplet: F5, 7C and 86. RGB value is (245,124,134). Sum of RGB (Red+Green+Blue) = 245+124+134=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57C86 is #0A8379. Grayscale: #A1A1A1. Windows color (decimal): -689018 or 8813813. OLE color: 8813813.

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

Color convert

RGB245124134-
CMYK00.490.450.04
HSL355.04º85.82%72.35%-
HSV(B)355.04º49.39%96.08%-
XYZ49.1735.5526.82-
YUV161.32112.59187.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=48.71%
G=24.65%
B=26.64%

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
Decimal24512413400.490.450.04355.0485.8272.35
HexF57C860312D41635648
Octal365174206061554543126110
Binary11110101111110010000110011000110110110010110001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57C86; }

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

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

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

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

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

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

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

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