#F8777C

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

Shades of Froly #F8777C

Tints of Froly #F8777C

Color information

#F8777C (or 0xF8777C) is unknown color: approx Froly. HEX triplet: F8, 77 and 7C. RGB value is (248,119,124). Sum of RGB (Red+Green+Blue) = 248+119+124=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8777C is #078883. Grayscale: #9E9E9E. Windows color (decimal): -493700 or 8157176. OLE color: 8157176.

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

Color convert

RGB248119124-
CMYK00.520.50.03
HSL357.67º90.21%71.96%-
HSV(B)357.67º52.02%97.25%-
XYZ48.9534.6123.17-
YUV158.14108.74192.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.51%
GREEN value IS 119 (46.88% from 255) = 24.24%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=50.51%
G=24.24%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811912400.520.50.03357.6790.2171.96
HexF8777C0343231665a48
Octal370167174064623546132110
Binary111110001110111111110001101001100101110110011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8777C; }

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

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

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

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

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

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

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

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