#F06F78

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

Shades of Froly #F06F78

Tints of Froly #F06F78

Color information

#F06F78 (or 0xF06F78) is unknown color: approx Froly. HEX triplet: F0, 6F and 78. RGB value is (240,111,120). Sum of RGB (Red+Green+Blue) = 240+111+120=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F78 is #0F9087. Grayscale: #969696. Windows color (decimal): -1020040 or 7892976. OLE color: 7892976.

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

Color convert

RGB240111120-
CMYK00.540.50.06
HSL355.81º81.13%68.82%-
HSV(B)355.81º53.75%94.12%-
XYZ45.0131.2521.43-
YUV150.6110.74191.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=50.96%
G=23.57%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011112000.540.50.06355.8181.1368.82
HexF06F780363261645145
Octal360157170066626544121105
Binary1111000011011111111000011011011001011010110010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06F78; }

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

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

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

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

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

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

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

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