Html Css Color HEX #F72481 Deep Pink

📋 copy color: '#F72481'

red 247 ◦ green 36 ◦ blue 129

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

Shades of Deep Pink #F72481

Tints of Deep Pink #F72481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.74%

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

R = 59.95%
G = 8.74%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F72481 (or 0xF72481) is known color: Deep Pink. HEX triplet: F7, 24 and 81. RGB value is (247,36,129). Sum of RGB (Red+Green+Blue) = 247+36+129=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F72481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72481 is #08DB7E. Grayscale: #6D6D6D. Windows color (decimal): -580479 or 8463607. OLE color: 8463607.

HSL color Cylindrical-coordinate representation of color #F72481: hue angle of 333.55º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72481 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 36 129 -
CMYK 0 0.85 0.48 0.03
HSL 333.55º 0.93% 0.55% -
HSV(B) 333.55º 0.85% 0.97% -
XYZ 42.95 22.62 22.87 -
YUV 109.69 138.9 225.94 -
System Red Green Blue C M Y K H S L
Decimal 247 36 129 0 0.85 0.48 0.03 333.55 0.93 0.55
Hex F7 24 81 0 55 30 3 14E 5D 37
Octal 367 44 201 0 125 60 3 516 135 67
Binary 11110111 100100 10000001 0 1010101 110000 11 101001110 1011101 110111

Color Harmonies of #F72481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72481

Black with #F72481

Text Example


Text Example

White with #F72481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72481; }

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

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

background-color css

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

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

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

border-color css

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

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

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