#F05F62

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

Shades of Froly #F05F62

Tints of Froly #F05F62

Color information

#F05F62 (or 0xF05F62) is unknown color: approx Froly. HEX triplet: F0, 5F and 62. RGB value is (240,95,98). Sum of RGB (Red+Green+Blue) = 240+95+98=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F62 is #0FA09D. Grayscale: #8A8A8A. Windows color (decimal): -1024158 or 6447088. OLE color: 6447088.

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

Color convert

RGB2409598-
CMYK00.600.590.06
HSL358.76º82.86%65.69%-
HSV(B)358.76º60.42%94.12%-
XYZ42.2327.5914.66-
YUV138.7105.04200.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.43%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=55.43%
G=21.94%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240959800.600.590.06358.7682.8665.69
HexF05F6203C3B61675342
Octal360137142074736547123102
Binary1111000010111111100010011110011101111010110011110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F62; }

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

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

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

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

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

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

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

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