#F06570

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

Shades of Froly #F06570

Tints of Froly #F06570

Color information

#F06570 (or 0xF06570) is unknown color: approx Froly. HEX triplet: F0, 65 and 70. RGB value is (240,101,112). Sum of RGB (Red+Green+Blue) = 240+101+112=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F06570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06570 is #0F9A8F. Grayscale: #8F8F8F. Windows color (decimal): -1022608 or 7366128. OLE color: 7366128.

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

Color convert

RGB240101112-
CMYK00.580.530.06
HSL355.25º82.25%66.86%-
HSV(B)355.25º57.92%94.12%-
XYZ43.512918.63-
YUV143.82110.05196.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.98%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=52.98%
G=22.30%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010111200.580.530.06355.2582.2566.86
HexF0657003A3561635243
Octal360145160072656543122103
Binary1111000011001011110000011101011010111010110001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06570; }

 p { color: rgb(240,101,112); }

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

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

 a { background-color: rgb(240,101,112); }

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

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

 span { border-color: rgb(240,101,112); }

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