Html Css Color HEX #F72191 Deep Pink

📋 copy color: '#F72191'

red 247 ◦ green 33 ◦ blue 145

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

Shades of Deep Pink #F72191

Tints of Deep Pink #F72191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.76%

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

R = 58.12%
G = 7.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F72191 (or 0xF72191) is known color: Deep Pink. HEX triplet: F7, 21 and 91. RGB value is (247,33,145). Sum of RGB (Red+Green+Blue) = 247+33+145=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F72191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72191 is #08DE6E. Grayscale: #6D6D6D. Windows color (decimal): -581231 or 9511415. OLE color: 9511415.

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

Color convert

RGB 247 33 145 -
CMYK 0 0.87 0.41 0.03
HSL 328.6º 0.93% 0.55% -
HSV(B) 328.6º 0.87% 0.97% -
XYZ 44.01 22.91 28.89 -
YUV 109.75 147.9 225.89 -
System Red Green Blue C M Y K H S L
Decimal 247 33 145 0 0.87 0.41 0.03 328.6 0.93 0.55
Hex F7 21 91 0 57 29 3 149 5D 37
Octal 367 41 221 0 127 51 3 511 135 67
Binary 11110111 100001 10010001 0 1010111 101001 11 101001001 1011101 110111

Color Harmonies of #F72191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72191

Black with #F72191

Text Example


Text Example

White with #F72191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72191; }

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

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

background-color css

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

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

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

border-color css

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

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

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