#F04970

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

Shades of Dark Pink #F04970

Tints of Dark Pink #F04970

Color information

#F04970 (or 0xF04970) is unknown color: approx Dark Pink. HEX triplet: F0, 49 and 70. RGB value is (240,73,112). Sum of RGB (Red+Green+Blue) = 240+73+112=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F04970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04970 is #0FB68F. Grayscale: #7F7F7F. Windows color (decimal): -1029776 or 7358960. OLE color: 7358960.

HSL color Cylindrical-coordinate representation of color #F04970: hue angle of 345.99º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04970 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB24073112-
CMYK00.700.530.06
HSL345.99º84.77%61.37%-
HSV(B)345.99º69.58%94.12%-
XYZ41.2424.4617.88-
YUV127.38119.33208.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.47%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=56.47%
G=17.18%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407311200.700.530.06345.9984.7761.37
HexF0497004635615a553d
Octal360111160010665653212575
Binary1111000010010011110000010001101101011101010110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04970; }

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

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

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

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

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

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

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

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