#F0777F

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

Shades of Froly #F0777F

Tints of Froly #F0777F

Color information

#F0777F (or 0xF0777F) is unknown color: approx Froly. HEX triplet: F0, 77 and 7F. RGB value is (240,119,127). Sum of RGB (Red+Green+Blue) = 240+119+127=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0777F is #0F8880. Grayscale: #9C9C9C. Windows color (decimal): -1017985 or 8353776. OLE color: 8353776.

HSL color Cylindrical-coordinate representation of color #F0777F: hue angle of 356.03º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0777F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240119127-
CMYK00.500.470.06
HSL356.03º80.13%70.39%-
HSV(B)356.03º50.42%94.12%-
XYZ46.3633.2524.05-
YUV156.09111.59187.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.38%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 127 (50% from 255) = 26.13%
R=49.38%
G=24.49%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011912700.500.470.06356.0380.1370.39
HexF0777F0322F61645046
Octal360167177062576544120106
Binary1111000011101111111111011001010111111010110010010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0777F; }

 p { color: rgb(240,119,127); }

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

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

 a { background-color: rgb(240,119,127); }

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

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

 span { border-color: rgb(240,119,127); }

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