#F8777B

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

Shades of Froly #F8777B

Tints of Froly #F8777B

Color information

#F8777B (or 0xF8777B) is unknown color: approx Froly. HEX triplet: F8, 77 and 7B. RGB value is (248,119,123). Sum of RGB (Red+Green+Blue) = 248+119+123=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8777B is #078884. Grayscale: #9E9E9E. Windows color (decimal): -493701 or 8091640. OLE color: 8091640.

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

Color convert

RGB248119123-
CMYK00.520.500.03
HSL358.14º90.21%71.96%-
HSV(B)358.14º52.02%97.25%-
XYZ48.8834.5822.84-
YUV158.03108.24192.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.61%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 123 (48.44% from 255) = 25.10%
R=50.61%
G=24.29%
B=25.10%

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
Decimal24811912300.520.500.03358.1490.2171.96
HexF8777B0343231665a48
Octal370167173064623546132110
Binary111110001110111111101101101001100101110110011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8777B; }

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

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

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

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

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

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

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

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