Html Css Color HEX #F72195 Deep Pink

📋 copy color: '#F72195'

red 247 ◦ green 33 ◦ blue 149

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

Shades of Deep Pink #F72195

Tints of Deep Pink #F72195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 57.58%
G = 7.69%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F72195 (or 0xF72195) is known color: Deep Pink. HEX triplet: F7, 21 and 95. RGB value is (247,33,149). Sum of RGB (Red+Green+Blue) = 247+33+149=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F72195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72195 is #08DE6A. Grayscale: #6D6D6D. Windows color (decimal): -581227 or 9773559. OLE color: 9773559.

HSL color Cylindrical-coordinate representation of color #F72195: hue angle of 327.48º 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 #F72195 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 33 149 -
CMYK 0 0.87 0.40 0.03
HSL 327.48º 0.93% 0.55% -
HSV(B) 327.48º 0.87% 0.97% -
XYZ 44.33 23.03 30.54 -
YUV 110.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 247 33 149 0 0.87 0.40 0.03 327.48 0.93 0.55
Hex F7 21 95 0 57 28 3 147 5D 37
Octal 367 41 225 0 127 50 3 507 135 67
Binary 11110111 100001 10010101 0 1010111 101000 11 101000111 1011101 110111

Color Harmonies of #F72195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72195

Black with #F72195

Text Example


Text Example

White with #F72195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72195; }

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

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

background-color css

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

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

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

border-color css

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

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

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