Html Css Color HEX #FE72AC Hot Pink

📋 copy color: '#FE72AC'

red 254 ◦ green 114 ◦ blue 172

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

Shades of Hot Pink #FE72AC

Tints of Hot Pink #FE72AC

RGB

 RED value IS 254 (99.61% from 255) = 47.04%

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

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

R = 47.04%
G = 21.11%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE72AC (or 0xFE72AC) is known color: Hot Pink. HEX triplet: FE, 72 and AC. RGB value is (254,114,172). Sum of RGB (Red+Green+Blue) = 254+114+172=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE72AC is #018D53. Grayscale: #A2A2A2. Windows color (decimal): -101716 or 11301630. OLE color: 11301630.

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

Color convert

RGB 254 114 172 -
CMYK 0 0.55 0.32 0.00
HSL 335.14º 0.99% 0.72% -
HSV(B) 335.14º 0.55% 1% -
XYZ 54.34 36.08 43.13 -
YUV 162.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 254 114 172 0 0.55 0.32 0.00 335.14 0.99 0.72
Hex FE 72 AC 0 37 20 0 14F 63 48
Octal 376 162 254 0 67 40 0 517 143 110
Binary 11111110 1110010 10101100 0 110111 100000 0 101001111 1100011 1001000

Color Harmonies of #FE72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72AC

Black with #FE72AC

Text Example


Text Example

White with #FE72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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