#F77C7E

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

Shades of Froly #F77C7E

Tints of Froly #F77C7E

Color information

#F77C7E (or 0xF77C7E) is unknown color: approx Froly. HEX triplet: F7, 7C and 7E. RGB value is (247,124,126). Sum of RGB (Red+Green+Blue) = 247+124+126=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C7E is #088381. Grayscale: #A1A1A1. Windows color (decimal): -557954 or 8289527. OLE color: 8289527.

HSL color Cylindrical-coordinate representation of color #F77C7E: hue angle of 359.02º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77C7E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB247124126-
CMYK00.500.490.03
HSL359.02º88.49%72.75%-
HSV(B)359.02º49.8%96.86%-
XYZ49.3335.724.03-
YUV161108.25189.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.70%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 126 (49.61% from 255) = 25.35%
R=49.70%
G=24.95%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712412600.500.490.03359.0288.4972.75
HexF77C7E0323131675849
Octal367174176062613547130111
Binary111101111111100111111001100101100011110110011110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77C7E; }

 p { color: rgb(247,124,126); }

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

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

 a { background-color: rgb(247,124,126); }

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

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

 span { border-color: rgb(247,124,126); }

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