Html Css Color HEX #FF72AC Hot Pink

📋 copy color: '#FF72AC'

red 255 ◦ green 114 ◦ blue 172

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

Shades of Hot Pink #FF72AC

Tints of Hot Pink #FF72AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.79%

R = 47.13%
G = 21.07%
B = 31.79%

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

#FF72AC (or 0xFF72AC) is known color: Hot Pink. HEX triplet: FF, 72 and AC. RGB value is (255,114,172). Sum of RGB (Red+Green+Blue) = 255+114+172=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72AC is #008D53. Grayscale: #A2A2A2. Windows color (decimal): -36180 or 11301631. OLE color: 11301631.

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

Color convert

RGB 255 114 172 -
CMYK 0 0.55 0.33 0
HSL 335.32º 1% 0.72% -
HSV(B) 335.32º 0.55% 1% -
XYZ 54.7 36.27 43.15 -
YUV 162.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 255 114 172 0 0.55 0.33 0 335.32 1 0.72
Hex FF 72 AC 0 37 21 0 14F 64 48
Octal 377 162 254 0 67 41 0 517 144 110
Binary 11111111 1110010 10101100 0 110111 100001 0 101001111 1100100 1001000

Color Harmonies of #FF72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72AC

Black with #FF72AC

Text Example


Text Example

White with #FF72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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