Html Css Color HEX #F72096 Deep Pink

📋 copy color: '#F72096'

red 247 ◦ green 32 ◦ blue 150

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

Shades of Deep Pink #F72096

Tints of Deep Pink #F72096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.46%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 57.58%
G = 7.46%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F72096 (or 0xF72096) is known color: Deep Pink. HEX triplet: F7, 20 and 96. RGB value is (247,32,150). Sum of RGB (Red+Green+Blue) = 247+32+150=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F72096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72096 is #08DF69. Grayscale: #6D6D6D. Windows color (decimal): -581482 or 9838839. OLE color: 9838839.

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

Color convert

RGB 247 32 150 -
CMYK 0 0.87 0.39 0.03
HSL 327.07º 0.93% 0.55% -
HSV(B) 327.07º 0.87% 0.97% -
XYZ 44.38 23.01 30.96 -
YUV 109.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 247 32 150 0 0.87 0.39 0.03 327.07 0.93 0.55
Hex F7 20 96 0 57 27 3 147 5D 37
Octal 367 40 226 0 127 47 3 507 135 67
Binary 11110111 100000 10010110 0 1010111 100111 11 101000111 1011101 110111

Color Harmonies of #F72096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72096

Black with #F72096

Text Example


Text Example

White with #F72096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72096; }

 p { color: rgb(247,32,150); }

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

background-color css

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

 a { background-color: rgb(247,32,150); }

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

border-color css

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

 span { border-color: rgb(247,32,150); }

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