#F04573

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

Shades of Dark Pink #F04573

Tints of Dark Pink #F04573

Color information

#F04573 (or 0xF04573) is unknown color: approx Dark Pink. HEX triplet: F0, 45 and 73. RGB value is (240,69,115). Sum of RGB (Red+Green+Blue) = 240+69+115=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F04573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04573 is #0FBA8C. Grayscale: #7D7D7D. Windows color (decimal): -1030797 or 7554544. OLE color: 7554544.

HSL color Cylindrical-coordinate representation of color #F04573: hue angle of 343.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04573 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB24069115-
CMYK00.710.520.06
HSL343.86º85.07%60.59%-
HSV(B)343.86º71.25%94.12%-
XYZ41.1624.0218.69-
YUV125.37122.15209.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.60%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=56.60%
G=16.27%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406911500.710.520.06343.8685.0760.59
HexF04573047346158553d
Octal360105163010764653012575
Binary1111000010001011110011010001111101001101010110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04573; }

 p { color: rgb(240,69,115); }

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

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

 a { background-color: rgb(240,69,115); }

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

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

 span { border-color: rgb(240,69,115); }

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