#F9777D

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

Shades of Froly #F9777D

Tints of Froly #F9777D

Color information

#F9777D (or 0xF9777D) is unknown color: approx Froly. HEX triplet: F9, 77 and 7D. RGB value is (249,119,125). Sum of RGB (Red+Green+Blue) = 249+119+125=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9777D is #068882. Grayscale: #9E9E9E. Windows color (decimal): -428163 or 8222713. OLE color: 8222713.

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

Color convert

RGB249119125-
CMYK00.520.500.02
HSL357.23º91.55%72.16%-
HSV(B)357.23º52.21%97.65%-
XYZ49.3734.8123.52-
YUV158.55109.07192.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.51%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=50.51%
G=24.14%
B=25.35%

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
Decimal24911912500.520.500.02357.2391.5572.16
HexF9777D0343221655c48
Octal371167175064622545134110
Binary111110011110111111110101101001100101010110010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9777D; }

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

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

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

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

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

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

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

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