#F04773

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

Shades of Dark Pink #F04773

Tints of Dark Pink #F04773

Color information

#F04773 (or 0xF04773) is unknown color: approx Dark Pink. HEX triplet: F0, 47 and 73. RGB value is (240,71,115). Sum of RGB (Red+Green+Blue) = 240+71+115=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F04773 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04773 is #0FB88C. Grayscale: #7E7E7E. Windows color (decimal): -1030285 or 7555056. OLE color: 7555056.

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

Color convert

RGB24071115-
CMYK00.700.520.06
HSL344.38º84.92%60.98%-
HSV(B)344.38º70.42%94.12%-
XYZ41.2824.2718.73-
YUV126.55121.49208.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.34%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=56.34%
G=16.67%
B=27.00%

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
Decimal2407111500.700.520.06344.3884.9260.98
HexF04773046346158553d
Octal360107163010664653012575
Binary1111000010001111110011010001101101001101010110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04773; }

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

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

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

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

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

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

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

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