#F04776

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

Shades of Dark Pink #F04776

Tints of Dark Pink #F04776

Color information

#F04776 (or 0xF04776) is unknown color: approx Dark Pink. HEX triplet: F0, 47 and 76. RGB value is (240,71,118). Sum of RGB (Red+Green+Blue) = 240+71+118=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F04776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04776 is #0FB889. Grayscale: #7E7E7E. Windows color (decimal): -1030282 or 7751664. OLE color: 7751664.

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

Color convert

RGB24071118-
CMYK00.700.510.06
HSL343.31º84.92%60.98%-
HSV(B)343.31º70.42%94.12%-
XYZ41.4624.3419.65-
YUV126.89122.99208.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.94%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=55.94%
G=16.55%
B=27.51%

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
Decimal2407111800.700.510.06343.3184.9260.98
HexF04776046336157553d
Octal360107166010663652712575
Binary1111000010001111110110010001101100111101010101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04776; }

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

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

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

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

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

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

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

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