#F04976

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

Shades of Dark Pink #F04976

Tints of Dark Pink #F04976

Color information

#F04976 (or 0xF04976) is unknown color: approx Dark Pink. HEX triplet: F0, 49 and 76. RGB value is (240,73,118). Sum of RGB (Red+Green+Blue) = 240+73+118=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F04976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04976 is #0FB689. Grayscale: #808080. Windows color (decimal): -1029770 or 7752176. OLE color: 7752176.

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

Color convert

RGB24073118-
CMYK00.700.510.06
HSL343.83º84.77%61.37%-
HSV(B)343.83º69.58%94.12%-
XYZ41.5924.619.7-
YUV128.06122.33207.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.68%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=55.68%
G=16.94%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407311800.700.510.06343.8384.7761.37
HexF04976046336158553d
Octal360111166010663653012575
Binary1111000010010011110110010001101100111101010110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04976; }

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

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

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

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

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

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

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

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