Html Css Color HEX #F72291 Deep Pink

📋 copy color: '#F72291'

red 247 ◦ green 34 ◦ blue 145

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

Shades of Deep Pink #F72291

Tints of Deep Pink #F72291

RGB

 RED value IS 247 (96.88% from 255) = 57.98%

 GREEN value IS 34 (13.67% from 255) = 7.98%

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 57.98%
G = 7.98%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F72291 (or 0xF72291) is known color: Deep Pink. HEX triplet: F7, 22 and 91. RGB value is (247,34,145). Sum of RGB (Red+Green+Blue) = 247+34+145=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F72291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72291 is #08DD6E. Grayscale: #6E6E6E. Windows color (decimal): -580975 or 9511671. OLE color: 9511671.

HSL color Cylindrical-coordinate representation of color #F72291: hue angle of 328.73º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F72291 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 34 145 -
CMYK 0 0.86 0.41 0.03
HSL 328.73º 0.93% 0.55% -
HSV(B) 328.73º 0.86% 0.97% -
XYZ 44.04 22.96 28.9 -
YUV 110.34 147.57 225.47 -
System Red Green Blue C M Y K H S L
Decimal 247 34 145 0 0.86 0.41 0.03 328.73 0.93 0.55
Hex F7 22 91 0 56 29 3 149 5D 37
Octal 367 42 221 0 126 51 3 511 135 67
Binary 11110111 100010 10010001 0 1010110 101001 11 101001001 1011101 110111

Color Harmonies of #F72291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72291

Black with #F72291

Text Example


Text Example

White with #F72291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72291; }

 p { color: rgb(247,34,145); }

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

background-color css

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

 a { background-color: rgb(247,34,145); }

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

border-color css

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

 span { border-color: rgb(247,34,145); }

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