Html Css Color HEX #FF72AA Hot Pink

📋 copy color: '#FF72AA'

red 255 ◦ green 114 ◦ blue 170

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

Shades of Hot Pink #FF72AA

Tints of Hot Pink #FF72AA

RGB

 RED value IS 255 (100% from 255) = 47.31%

 GREEN value IS 114 (44.92% from 255) = 21.15%

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 47.31%
G = 21.15%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF72AA (or 0xFF72AA) is known color: Hot Pink. HEX triplet: FF, 72 and AA. RGB value is (255,114,170). Sum of RGB (Red+Green+Blue) = 255+114+170=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72AA is #008D55. Grayscale: #A2A2A2. Windows color (decimal): -36182 or 11170559. OLE color: 11170559.

HSL color Cylindrical-coordinate representation of color #FF72AA: hue angle of 336.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF72AA is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 114 170 -
CMYK 0 0.55 0.33 0
HSL 336.17º 1% 0.72% -
HSV(B) 336.17º 0.55% 1% -
XYZ 54.51 36.2 42.14 -
YUV 162.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 255 114 170 0 0.55 0.33 0 336.17 1 0.72
Hex FF 72 AA 0 37 21 0 150 64 48
Octal 377 162 252 0 67 41 0 520 144 110
Binary 11111111 1110010 10101010 0 110111 100001 0 101010000 1100100 1001000

Color Harmonies of #FF72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72AA

Black with #FF72AA

Text Example


Text Example

White with #FF72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72AA; }

 p { color: rgb(255,114,170); }

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

background-color css

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

 a { background-color: rgb(255,114,170); }

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

border-color css

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

 span { border-color: rgb(255,114,170); }

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