#F8777D

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

Shades of Froly #F8777D

Tints of Froly #F8777D

Color information

#F8777D (or 0xF8777D) is unknown color: approx Froly. HEX triplet: F8, 77 and 7D. RGB value is (248,119,125). Sum of RGB (Red+Green+Blue) = 248+119+125=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8777D is #078882. Grayscale: #9E9E9E. Windows color (decimal): -493699 or 8222712. OLE color: 8222712.

HSL color Cylindrical-coordinate representation of color #F8777D: hue angle of 357.21º 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 #F8777D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248119125-
CMYK00.520.500.03
HSL357.21º90.21%71.96%-
HSV(B)357.21º52.02%97.25%-
XYZ49.0134.6323.5-
YUV158.26109.24192.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.41%
GREEN value IS 119 (46.88% from 255) = 24.19%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=50.41%
G=24.19%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811912500.520.500.03357.2190.2171.96
HexF8777D0343231655a48
Octal370167175064623545132110
Binary111110001110111111110101101001100101110110010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8777D; }

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

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

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

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

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

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

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

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