#F87780

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

Shades of Froly #F87780

Tints of Froly #F87780

Color information

#F87780 (or 0xF87780) is unknown color: approx Froly. HEX triplet: F8, 77 and 80. RGB value is (248,119,128). Sum of RGB (Red+Green+Blue) = 248+119+128=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F87780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87780 is #07887F. Grayscale: #9E9E9E. Windows color (decimal): -493696 or 8419320. OLE color: 8419320.

HSL color Cylindrical-coordinate representation of color #F87780: hue angle of 355.81º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87780 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248119128-
CMYK00.520.480.03
HSL355.81º90.21%71.96%-
HSV(B)355.81º52.02%97.25%-
XYZ49.234.7124.53-
YUV158.6110.74191.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.10%
GREEN value IS 119 (46.88% from 255) = 24.04%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=50.10%
G=24.04%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811912800.520.480.03355.8190.2171.96
HexF877800343031645a48
Octal370167200064603544132110
Binary1111100011101111000000001101001100001110110010010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87780; }

 p { color: rgb(248,119,128); }

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

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

 a { background-color: rgb(248,119,128); }

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

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

 span { border-color: rgb(248,119,128); }

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