#F57F84

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

Shades of Carissma #F57F84

Tints of Carissma #F57F84

Color information

#F57F84 (or 0xF57F84) is unknown color: approx Carissma. HEX triplet: F5, 7F and 84. RGB value is (245,127,132). Sum of RGB (Red+Green+Blue) = 245+127+132=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F84 is #0A807B. Grayscale: #A2A2A2. Windows color (decimal): -688252 or 8683509. OLE color: 8683509.

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

Color convert

RGB245127132-
CMYK00.480.460.04
HSL357.46º85.51%72.94%-
HSV(B)357.46º48.16%96.08%-
XYZ49.4136.2626.22-
YUV162.85110.59186.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.61%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=48.61%
G=25.20%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512713200.480.460.04357.4685.5172.94
HexF57F840302E41655649
Octal365177204060564545126111
Binary11110101111111110000100011000010111010010110010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57F84; }

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

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

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

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

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

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

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

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