Html Css Color HEX #F04D72 Dark Pink

📋 copy color: '#F04D72'

red 240 ◦ green 77 ◦ blue 114

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

Shades of Dark Pink #F04D72

Tints of Dark Pink #F04D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.87%

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

R = 55.68%
G = 17.87%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F04D72 (or 0xF04D72) is known color: Dark Pink. HEX triplet: F0, 4D and 72. RGB value is (240,77,114). Sum of RGB (Red+Green+Blue) = 240+77+114=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04D72 is #0FB28D. Grayscale: #818181. Windows color (decimal): -1028750 or 7491056. OLE color: 7491056.

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

Color convert

RGB 240 77 114 -
CMYK 0 0.68 0.52 0.06
HSL 346.38º 0.84% 0.62% -
HSV(B) 346.38º 0.68% 0.94% -
XYZ 41.63 25.05 18.56 -
YUV 129.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 240 77 114 0 0.68 0.52 0.06 346.38 0.84 0.62
Hex F0 4D 72 0 44 34 6 15A 54 3E
Octal 360 115 162 0 104 64 6 532 124 76
Binary 11110000 1001101 1110010 0 1000100 110100 110 101011010 1010100 111110

Color Harmonies of #F04D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D72

Black with #F04D72

Text Example


Text Example

White with #F04D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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