#F77F82

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

Shades of Froly #F77F82

Tints of Froly #F77F82

Color information

#F77F82 (or 0xF77F82) is unknown color: approx Froly. HEX triplet: F7, 7F and 82. RGB value is (247,127,130). Sum of RGB (Red+Green+Blue) = 247+127+130=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77F82 is #08807D. Grayscale: #A3A3A3. Windows color (decimal): -557182 or 8552439. OLE color: 8552439.

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

Color convert

RGB247127130-
CMYK00.490.470.03
HSL358.5º88.24%73.33%-
HSV(B)358.5º48.58%96.86%-
XYZ49.9836.5625.54-
YUV163.22109.26187.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.01%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=49.01%
G=25.20%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712713000.490.470.03358.588.2473.33
HexF77F820312F31665849
Octal367177202061573546130111
Binary1111011111111111000001001100011011111110110011010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77F82; }

 p { color: rgb(247,127,130); }

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

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

 a { background-color: rgb(247,127,130); }

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

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

 span { border-color: rgb(247,127,130); }

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