#FE5FB1

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

Shades of Hot Pink #FE5FB1

Tints of Hot Pink #FE5FB1

Color information

#FE5FB1 (or 0xFE5FB1) is unknown color: approx Hot Pink. HEX triplet: FE, 5F and B1. RGB value is (254,95,177). Sum of RGB (Red+Green+Blue) = 254+95+177=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FB1 is #01A04E. Grayscale: #979797. Windows color (decimal): -106575 or 11624446. OLE color: 11624446.

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

Color convert

RGB25495177-
CMYK00.630.300.00
HSL329.06º98.76%68.43%-
HSV(B)329.06º62.6%99.61%-
XYZ52.932.4345.07-
YUV151.89142.18200.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.29%
GREEN value IS 95 (37.5% from 255) = 18.06%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=48.29%
G=18.06%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549517700.630.300.00329.0698.7668.43
HexFE5FB103F1E01496344
Octal376137261077360511143104
Binary11111110101111110110001011111111110010100100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5FB1; }

 p { color: rgb(254,95,177); }

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

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

 a { background-color: rgb(254,95,177); }

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

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

 span { border-color: rgb(254,95,177); }

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