#F04777

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

Shades of Dark Pink #F04777

Tints of Dark Pink #F04777

Color information

#F04777 (or 0xF04777) is unknown color: approx Dark Pink. HEX triplet: F0, 47 and 77. RGB value is (240,71,119). Sum of RGB (Red+Green+Blue) = 240+71+119=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F04777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04777 is #0FB888. Grayscale: #7E7E7E. Windows color (decimal): -1030281 or 7817200. OLE color: 7817200.

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

Color convert

RGB24071119-
CMYK00.700.500.06
HSL342.96º84.92%60.98%-
HSV(B)342.96º70.42%94.12%-
XYZ41.5224.3619.97-
YUV127123.49208.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.81%
GREEN value IS 71 (28.12% from 255) = 16.51%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=55.81%
G=16.51%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407111900.700.500.06342.9684.9260.98
HexF04777046326157553d
Octal360107167010662652712575
Binary1111000010001111110111010001101100101101010101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04777; }

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

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

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

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

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

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

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

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