#F04973

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

Shades of Dark Pink #F04973

Tints of Dark Pink #F04973

Color information

#F04973 (or 0xF04973) is unknown color: approx Dark Pink. HEX triplet: F0, 49 and 73. RGB value is (240,73,115). Sum of RGB (Red+Green+Blue) = 240+73+115=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F04973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04973 is #0FB68C. Grayscale: #7F7F7F. Windows color (decimal): -1029773 or 7555568. OLE color: 7555568.

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

Color convert

RGB24073115-
CMYK00.700.520.06
HSL344.91º84.77%61.37%-
HSV(B)344.91º69.58%94.12%-
XYZ41.4124.5318.77-
YUV127.72120.83208.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.07%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=56.07%
G=17.06%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407311500.700.520.06344.9184.7761.37
HexF04973046346159553d
Octal360111163010664653112575
Binary1111000010010011110011010001101101001101010110011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04973; }

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

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

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

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

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

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

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

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