#F04778

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

Shades of Dark Pink #F04778

Tints of Dark Pink #F04778

Color information

#F04778 (or 0xF04778) is unknown color: approx Dark Pink. HEX triplet: F0, 47 and 78. RGB value is (240,71,120). Sum of RGB (Red+Green+Blue) = 240+71+120=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F04778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04778 is #0FB887. Grayscale: #7F7F7F. Windows color (decimal): -1030280 or 7882736. OLE color: 7882736.

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

Color convert

RGB24071120-
CMYK00.700.50.06
HSL342.6º84.92%60.98%-
HSV(B)342.6º70.42%94.12%-
XYZ41.5824.3920.29-
YUV127.12123.99208.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.68%
GREEN value IS 71 (28.12% from 255) = 16.47%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=55.68%
G=16.47%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407112000.700.50.06342.684.9260.98
HexF04778046326157553d
Octal360107170010662652712575
Binary1111000010001111111000010001101100101101010101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04778; }

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

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

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

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

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

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

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

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