#F06F79

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

Shades of Froly #F06F79

Tints of Froly #F06F79

Color information

#F06F79 (or 0xF06F79) is unknown color: approx Froly. HEX triplet: F0, 6F and 79. RGB value is (240,111,121). Sum of RGB (Red+Green+Blue) = 240+111+121=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F79 is #0F9086. Grayscale: #969696. Windows color (decimal): -1020039 or 7958512. OLE color: 7958512.

HSL color Cylindrical-coordinate representation of color #F06F79: hue angle of 355.35º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06F79 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB240111121-
CMYK00.540.500.06
HSL355.35º81.13%68.82%-
HSV(B)355.35º53.75%94.12%-
XYZ45.0731.2721.75-
YUV150.71111.24191.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.85%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 121 (47.66% from 255) = 25.64%
R=50.85%
G=23.52%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011112100.540.500.06355.3581.1368.82
HexF06F790363261635145
Octal360157171066626543121105
Binary1111000011011111111001011011011001011010110001110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06F79; }

 p { color: rgb(240,111,121); }

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

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

 a { background-color: rgb(240,111,121); }

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

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

 span { border-color: rgb(240,111,121); }

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