Html Css Color HEX #F04773 Dark Pink

📋 copy color: '#F04773'

red 240 ◦ green 71 ◦ blue 115

#F04773
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #F04773

Tints of Dark Pink #F04773

RGB

 RED value IS 240 (94.14% from 255) = 56.34%

 GREEN value IS 71 (28.13% from 255) = 16.67%

 BLUE value IS 115 (45.31% from 255) = 27%

R = 56.34%
G = 16.67%
B = 27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04773 (or 0xF04773) is known color: 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

RGB 240 71 115 -
CMYK 0 0.70 0.52 0.06
HSL 344.38º 0.85% 0.61% -
HSV(B) 344.38º 0.7% 0.94% -
XYZ 41.28 24.27 18.73 -
YUV 126.55 121.49 208.92 -
System Red Green Blue C M Y K H S L
Decimal 240 71 115 0 0.70 0.52 0.06 344.38 0.85 0.61
Hex F0 47 73 0 46 34 6 158 55 3D
Octal 360 107 163 0 106 64 6 530 125 75
Binary 11110000 1000111 1110011 0 1000110 110100 110 101011000 1010101 111101

Color Harmonies of #F04773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04773

Black with #F04773

Text Example


Text Example

White with #F04773

Text Example


Text Example

HTML Codes & Css Web 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>