#F04878

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

Shades of Dark Pink #F04878

Tints of Dark Pink #F04878

Color information

#F04878 (or 0xF04878) is unknown color: approx Dark Pink. HEX triplet: F0, 48 and 78. RGB value is (240,72,120). Sum of RGB (Red+Green+Blue) = 240+72+120=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F04878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04878 is #0FB787. Grayscale: #7F7F7F. Windows color (decimal): -1030024 or 7882992. OLE color: 7882992.

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

Color convert

RGB24072120-
CMYK00.70.50.06
HSL342.86º84.85%61.18%-
HSV(B)342.86º70%94.12%-
XYZ41.6424.5220.31-
YUV127.7123.66208.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.56%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=55.56%
G=16.67%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407212000.70.50.06342.8684.8561.18
HexF04878046326157553d
Octal360110170010662652712575
Binary1111000010010001111000010001101100101101010101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04878; }

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

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

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

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

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

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

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

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