Html Css Color HEX #F04972 Dark Pink

📋 copy color: '#F04972'

red 240 ◦ green 73 ◦ blue 114

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

Shades of Dark Pink #F04972

Tints of Dark Pink #F04972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.1%

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 56.21%
G = 17.1%
B = 26.7%

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

#F04972 (or 0xF04972) is known color: Dark Pink. HEX triplet: F0, 49 and 72. RGB value is (240,73,114). Sum of RGB (Red+Green+Blue) = 240+73+114=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F04972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04972 is #0FB68D. Grayscale: #7F7F7F. Windows color (decimal): -1029774 or 7490032. OLE color: 7490032.

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

Color convert

RGB 240 73 114 -
CMYK 0 0.70 0.52 0.06
HSL 345.27º 0.85% 0.61% -
HSV(B) 345.27º 0.7% 0.94% -
XYZ 41.35 24.51 18.47 -
YUV 127.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 240 73 114 0 0.70 0.52 0.06 345.27 0.85 0.61
Hex F0 49 72 0 46 34 6 159 55 3D
Octal 360 111 162 0 106 64 6 531 125 75
Binary 11110000 1001001 1110010 0 1000110 110100 110 101011001 1010101 111101

Color Harmonies of #F04972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04972

Black with #F04972

Text Example


Text Example

White with #F04972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04972; }

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

 H1.HeaderClassName
 {
   color: #F04972;
 }
 .AnyTagClassName
 {
   color: #F04972;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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