#F0616E

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

Shades of Froly #F0616E

Tints of Froly #F0616E

Color information

#F0616E (or 0xF0616E) is unknown color: approx Froly. HEX triplet: F0, 61 and 6E. RGB value is (240,97,110). Sum of RGB (Red+Green+Blue) = 240+97+110=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0616E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0616E is #0F9E91. Grayscale: #8D8D8D. Windows color (decimal): -1023634 or 7234032. OLE color: 7234032.

HSL color Cylindrical-coordinate representation of color #F0616E: hue angle of 354.55º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0616E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB24097110-
CMYK00.600.540.06
HSL354.55º82.66%66.08%-
HSV(B)354.55º59.58%94.12%-
XYZ43.0228.217.93-
YUV141.24110.38198.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.69%
GREEN value IS 97 (38.28% from 255) = 21.70%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=53.69%
G=21.70%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409711000.600.540.06354.5582.6666.08
HexF0616E03C3661635342
Octal360141156074666543123102
Binary1111000011000011101110011110011011011010110001110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0616E; }

 p { color: rgb(240,97,110); }

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

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

 a { background-color: rgb(240,97,110); }

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

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

 span { border-color: rgb(240,97,110); }

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