Html Css Color HEX #F72076 Deep Pink

📋 copy color: '#F72076'

red 247 ◦ green 32 ◦ blue 118

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

Shades of Deep Pink #F72076

Tints of Deep Pink #F72076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 62.22%
G = 8.06%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F72076 (or 0xF72076) is known color: Deep Pink. HEX triplet: F7, 20 and 76. RGB value is (247,32,118). Sum of RGB (Red+Green+Blue) = 247+32+118=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F72076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72076 is #08DF89. Grayscale: #696969. Windows color (decimal): -581514 or 7741687. OLE color: 7741687.

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

Color convert

RGB 247 32 118 -
CMYK 0 0.87 0.52 0.03
HSL 336º 0.93% 0.55% -
HSV(B) 336º 0.87% 0.97% -
XYZ 42.14 22.12 19.19 -
YUV 106.09 134.73 228.51 -
System Red Green Blue C M Y K H S L
Decimal 247 32 118 0 0.87 0.52 0.03 336 0.93 0.55
Hex F7 20 76 0 57 34 3 150 5D 37
Octal 367 40 166 0 127 64 3 520 135 67
Binary 11110111 100000 1110110 0 1010111 110100 11 101010000 1011101 110111

Color Harmonies of #F72076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72076

Black with #F72076

Text Example


Text Example

White with #F72076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72076; }

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

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

background-color css

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

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

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

border-color css

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

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

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