#f57f81

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

Shades of Froly #F57F81

Tints of Froly #F57F81

Color information

#F57F81 (or 0xF57F81) is unknown color: approx Froly. HEX triplet: F5, 7F and 81. RGB value is (245,127,129). Sum of RGB (Red+Green+Blue) = 245+127+129=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57F81 is #0A807E. Grayscale: #A2A2A2. Windows color (decimal): -688255 or 8486901. OLE color: 8486901.

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

Color convert

RGB245127129-
CMYK00.480.470.04
HSL358.98º85.51%72.94%-
HSV(B)358.98º48.16%96.08%-
XYZ49.2136.1825.16-
YUV162.51109.09186.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.90%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=48.90%
G=25.35%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512712900.480.470.04358.9885.5172.94
HexF57F810302F41675649
Octal365177201060574547126111
Binary11110101111111110000001011000010111110010110011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f57f81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f57f81; }

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

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

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

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

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

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

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

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