#F0777E

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

Shades of Froly #F0777E

Tints of Froly #F0777E

Color information

#F0777E (or 0xF0777E) is unknown color: approx Froly. HEX triplet: F0, 77 and 7E. RGB value is (240,119,126). Sum of RGB (Red+Green+Blue) = 240+119+126=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0777E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0777E is #0F8881. Grayscale: #9C9C9C. Windows color (decimal): -1017986 or 8288240. OLE color: 8288240.

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

Color convert

RGB240119126-
CMYK00.500.480.06
HSL356.53º80.13%70.39%-
HSV(B)356.53º50.42%94.12%-
XYZ46.333.2323.71-
YUV155.98111.09187.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.48%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=49.48%
G=24.54%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011912600.500.480.06356.5380.1370.39
HexF0777E0323061655046
Octal360167176062606545120106
Binary1111000011101111111110011001011000011010110010110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0777E; }

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

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

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

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

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

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

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

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