#F06271

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

Shades of Froly #F06271

Tints of Froly #F06271

Color information

#F06271 (or 0xF06271) is unknown color: approx Froly. HEX triplet: F0, 62 and 71. RGB value is (240,98,113). Sum of RGB (Red+Green+Blue) = 240+98+113=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F06271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06271 is #0F9D8E. Grayscale: #8E8E8E. Windows color (decimal): -1023375 or 7430896. OLE color: 7430896.

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

Color convert

RGB24098113-
CMYK00.590.530.06
HSL353.66º82.56%66.27%-
HSV(B)353.66º59.17%94.12%-
XYZ43.2828.4518.83-
YUV142.17111.54197.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=53.22%
G=21.73%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409811300.590.530.06353.6682.5666.27
HexF0627103B3561625342
Octal360142161073656542123102
Binary1111000011000101110001011101111010111010110001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06271; }

 p { color: rgb(240,98,113); }

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

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

 a { background-color: rgb(240,98,113); }

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

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

 span { border-color: rgb(240,98,113); }

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