#F77781

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

Shades of Froly #F77781

Tints of Froly #F77781

Color information

#F77781 (or 0xF77781) is unknown color: approx Froly. HEX triplet: F7, 77 and 81. RGB value is (247,119,129). Sum of RGB (Red+Green+Blue) = 247+119+129=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77781 is #08887E. Grayscale: #9E9E9E. Windows color (decimal): -559231 or 8484855. OLE color: 8484855.

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

Color convert

RGB247119129-
CMYK00.520.480.03
HSL355.31º88.89%71.76%-
HSV(B)355.31º51.82%96.86%-
XYZ48.9234.5524.86-
YUV158.41111.41191.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.90%
GREEN value IS 119 (46.88% from 255) = 24.04%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=49.90%
G=24.04%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711912900.520.480.03355.3188.8971.76
HexF777810343031635948
Octal367167201064603543131110
Binary1111011111101111000000101101001100001110110001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77781; }

 p { color: rgb(247,119,129); }

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

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

 a { background-color: rgb(247,119,129); }

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

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

 span { border-color: rgb(247,119,129); }

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