#FE51BD

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

Shades of Hot Pink #FE51BD

Tints of Hot Pink #FE51BD

Color information

#FE51BD (or 0xFE51BD) is unknown color: approx Hot Pink. HEX triplet: FE, 51 and BD. RGB value is (254,81,189). Sum of RGB (Red+Green+Blue) = 254+81+189=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51BD is #01AE42. Grayscale: #909090. Windows color (decimal): -110147 or 12407294. OLE color: 12407294.

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

Color convert

RGB25481189-
CMYK00.680.260.00
HSL322.54º98.86%65.69%-
HSV(B)322.54º68.11%99.61%-
XYZ5330.6351.26-
YUV145.04152.81205.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.47%
GREEN value IS 81 (32.03% from 255) = 15.46%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=48.47%
G=15.46%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548118900.680.260.00322.5498.8665.69
HexFE51BD0441A01436342
Octal3761212750104320503143102
Binary111111101010001101111010100010011010010100001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE51BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE51BD; }

 p { color: rgb(254,81,189); }

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

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

 a { background-color: rgb(254,81,189); }

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

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

 span { border-color: rgb(254,81,189); }

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