Html Css Color HEX #FE71AD Hot Pink

📋 copy color: '#FE71AD'

red 254 ◦ green 113 ◦ blue 173

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

Shades of Hot Pink #FE71AD

Tints of Hot Pink #FE71AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.93%

 BLUE value IS 173 (67.97% from 255) = 32.04%

R = 47.04%
G = 20.93%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE71AD (or 0xFE71AD) is known color: Hot Pink. HEX triplet: FE, 71 and AD. RGB value is (254,113,173). Sum of RGB (Red+Green+Blue) = 254+113+173=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE71AD is #018E52. Grayscale: #A1A1A1. Windows color (decimal): -101971 or 11366910. OLE color: 11366910.

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

Color convert

RGB 254 113 173 -
CMYK 0 0.56 0.32 0.00
HSL 334.47º 0.99% 0.72% -
HSV(B) 334.47º 0.56% 1% -
XYZ 54.32 35.9 43.6 -
YUV 162 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 254 113 173 0 0.56 0.32 0.00 334.47 0.99 0.72
Hex FE 71 AD 0 38 20 0 14E 63 48
Octal 376 161 255 0 70 40 0 516 143 110
Binary 11111110 1110001 10101101 0 111000 100000 0 101001110 1100011 1001000

Color Harmonies of #FE71AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71AD

Black with #FE71AD

Text Example


Text Example

White with #FE71AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71AD; }

 p { color: rgb(254,113,173); }

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

background-color css

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

 a { background-color: rgb(254,113,173); }

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

border-color css

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

 span { border-color: rgb(254,113,173); }

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