#FE71B2

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

Shades of Hot Pink #FE71B2

Tints of Hot Pink #FE71B2

Color information

#FE71B2 (or 0xFE71B2) is unknown color: approx Hot Pink. HEX triplet: FE, 71 and B2. RGB value is (254,113,178). Sum of RGB (Red+Green+Blue) = 254+113+178=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE71B2 is #018E4D. Grayscale: #A2A2A2. Windows color (decimal): -101966 or 11694590. OLE color: 11694590.

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

Color convert

RGB254113178-
CMYK00.560.300.00
HSL332.34º98.6%71.96%-
HSV(B)332.34º55.51%99.61%-
XYZ54.8136.146.2-
YUV162.57136.71193.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 113 (44.53% from 255) = 20.73%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=46.61%
G=20.73%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411317800.560.300.00332.3498.671.96
HexFE71B20381E014c6348
Octal376161262070360514143110
Binary11111110111000110110010011100011110010100110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE71B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE71B2; }

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

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

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

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

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

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

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

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