#FE71AA

Color #FE71AA Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FE71AA

Tints of Hot Pink #FE71AA

Color information

#FE71AA (or 0xFE71AA) is unknown color: approx Hot Pink. HEX triplet: FE, 71 and AA. RGB value is (254,113,170). Sum of RGB (Red+Green+Blue) = 254+113+170=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE71AA is #018E55. Grayscale: #A1A1A1. Windows color (decimal): -101974 or 11170302. OLE color: 11170302.

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

Color convert

RGB254113170-
CMYK00.560.330.00
HSL335.74º98.6%71.96%-
HSV(B)335.74º55.51%99.61%-
XYZ54.0335.7842.09-
YUV161.66132.71193.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.30%
GREEN value IS 113 (44.53% from 255) = 21.04%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=47.30%
G=21.04%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411317000.560.330.00335.7498.671.96
HexFE71AA0382101506348
Octal376161252070410520143110
Binary111111101110001101010100111000100001010101000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE71AA; }

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

 H1.HeaderClassName
 {
   color: #FE71AA;
 }
 .AnyTagClassName
 {
   color: #FE71AA;
 }
</style>
background-color css

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

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

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

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

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

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