#F04772

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

Shades of Dark Pink #F04772

Tints of Dark Pink #F04772

Color information

#F04772 (or 0xF04772) is unknown color: approx Dark Pink. HEX triplet: F0, 47 and 72. RGB value is (240,71,114). Sum of RGB (Red+Green+Blue) = 240+71+114=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F04772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04772 is #0FB88D. Grayscale: #7E7E7E. Windows color (decimal): -1030286 or 7489520. OLE color: 7489520.

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

Color convert

RGB24071114-
CMYK00.700.520.06
HSL344.73º84.92%60.98%-
HSV(B)344.73º70.42%94.12%-
XYZ41.2324.2518.43-
YUV126.43120.99209-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.47%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=56.47%
G=16.71%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407111400.700.520.06344.7384.9260.98
HexF04772046346159553d
Octal360107162010664653112575
Binary1111000010001111110010010001101101001101010110011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04772; }

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

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

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

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

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

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

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

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