Html Css Color HEX #F72081 Deep Pink

📋 copy color: '#F72081'

red 247 ◦ green 32 ◦ blue 129

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

Shades of Deep Pink #F72081

Tints of Deep Pink #F72081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.62%

R = 60.54%
G = 7.84%
B = 31.62%

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

#F72081 (or 0xF72081) is known color: Deep Pink. HEX triplet: F7, 20 and 81. RGB value is (247,32,129). Sum of RGB (Red+Green+Blue) = 247+32+129=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F72081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72081 is #08DF7E. Grayscale: #6B6B6B. Windows color (decimal): -581503 or 8462583. OLE color: 8462583.

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

Color convert

RGB 247 32 129 -
CMYK 0 0.87 0.48 0.03
HSL 332.93º 0.93% 0.55% -
HSV(B) 332.93º 0.87% 0.97% -
XYZ 42.84 22.39 22.83 -
YUV 107.34 140.23 227.61 -
System Red Green Blue C M Y K H S L
Decimal 247 32 129 0 0.87 0.48 0.03 332.93 0.93 0.55
Hex F7 20 81 0 57 30 3 14D 5D 37
Octal 367 40 201 0 127 60 3 515 135 67
Binary 11110111 100000 10000001 0 1010111 110000 11 101001101 1011101 110111

Color Harmonies of #F72081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72081

Black with #F72081

Text Example


Text Example

White with #F72081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72081; }

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

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

background-color css

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

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

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

border-color css

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

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

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