#F9777C

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

Shades of Froly #F9777C

Tints of Froly #F9777C

Color information

#F9777C (or 0xF9777C) is unknown color: approx Froly. HEX triplet: F9, 77 and 7C. RGB value is (249,119,124). Sum of RGB (Red+Green+Blue) = 249+119+124=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9777C is #068883. Grayscale: #9E9E9E. Windows color (decimal): -428164 or 8157177. OLE color: 8157177.

HSL color Cylindrical-coordinate representation of color #F9777C: hue angle of 357.69º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9777C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB249119124-
CMYK00.520.500.02
HSL357.69º91.55%72.16%-
HSV(B)357.69º52.21%97.65%-
XYZ49.334.7923.19-
YUV158.44108.57192.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 119 (46.88% from 255) = 24.19%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=50.61%
G=24.19%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911912400.520.500.02357.6991.5572.16
HexF9777C0343221665c48
Octal371167174064622546134110
Binary111110011110111111110001101001100101010110011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9777C; }

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

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

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

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

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

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

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

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