Html Css Color HEX #FF72AE Hot Pink

📋 copy color: '#FF72AE'

red 255 ◦ green 114 ◦ blue 174

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

Shades of Hot Pink #FF72AE

Tints of Hot Pink #FF72AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.04%

R = 46.96%
G = 20.99%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF72AE (or 0xFF72AE) is known color: Hot Pink. HEX triplet: FF, 72 and AE. RGB value is (255,114,174). Sum of RGB (Red+Green+Blue) = 255+114+174=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72AE is #008D51. Grayscale: #A2A2A2. Windows color (decimal): -36178 or 11432703. OLE color: 11432703.

HSL color Cylindrical-coordinate representation of color #FF72AE: hue angle of 334.47º 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 #FF72AE is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 114 174 -
CMYK 0 0.55 0.32 0
HSL 334.47º 1% 0.72% -
HSV(B) 334.47º 0.55% 1% -
XYZ 54.9 36.35 44.17 -
YUV 163 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 255 114 174 0 0.55 0.32 0 334.47 1 0.72
Hex FF 72 AE 0 37 20 0 14E 64 48
Octal 377 162 256 0 67 40 0 516 144 110
Binary 11111111 1110010 10101110 0 110111 100000 0 101001110 1100100 1001000

Color Harmonies of #FF72AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72AE

Black with #FF72AE

Text Example


Text Example

White with #FF72AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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