#F06F7E

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

Shades of Froly #F06F7E

Tints of Froly #F06F7E

Color information

#F06F7E (or 0xF06F7E) is unknown color: approx Froly. HEX triplet: F0, 6F and 7E. RGB value is (240,111,126). Sum of RGB (Red+Green+Blue) = 240+111+126=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F7E is #0F9081. Grayscale: #979797. Windows color (decimal): -1020034 or 8286192. OLE color: 8286192.

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

Color convert

RGB240111126-
CMYK00.540.480.06
HSL353.02º81.13%68.82%-
HSV(B)353.02º53.75%94.12%-
XYZ45.3931.423.41-
YUV151.28113.74191.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.31%
GREEN value IS 111 (43.75% from 255) = 23.27%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=50.31%
G=23.27%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011112600.540.480.06353.0281.1368.82
HexF06F7E0363061615145
Octal360157176066606541121105
Binary1111000011011111111110011011011000011010110000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06F7E; }

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

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

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

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

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

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

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

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