Html Css Color HEX #F72080 Deep Pink

📋 copy color: '#F72080'

red 247 ◦ green 32 ◦ blue 128

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

Shades of Deep Pink #F72080

Tints of Deep Pink #F72080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 60.69%
G = 7.86%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F72080 (or 0xF72080) is known color: Deep Pink. HEX triplet: F7, 20 and 80. RGB value is (247,32,128). Sum of RGB (Red+Green+Blue) = 247+32+128=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F72080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72080 is #08DF7F. Grayscale: #6B6B6B. Windows color (decimal): -581504 or 8397047. OLE color: 8397047.

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

Color convert

RGB 247 32 128 -
CMYK 0 0.87 0.48 0.03
HSL 333.21º 0.93% 0.55% -
HSV(B) 333.21º 0.87% 0.97% -
XYZ 42.77 22.37 22.48 -
YUV 107.23 139.73 227.69 -
System Red Green Blue C M Y K H S L
Decimal 247 32 128 0 0.87 0.48 0.03 333.21 0.93 0.55
Hex F7 20 80 0 57 30 3 14D 5D 37
Octal 367 40 200 0 127 60 3 515 135 67
Binary 11110111 100000 10000000 0 1010111 110000 11 101001101 1011101 110111

Color Harmonies of #F72080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72080

Black with #F72080

Text Example


Text Example

White with #F72080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72080; }

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

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

background-color css

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

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

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

border-color css

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

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

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