#FE57BD

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

Shades of Hot Pink #FE57BD

Tints of Hot Pink #FE57BD

Color information

#FE57BD (or 0xFE57BD) is unknown color: approx Hot Pink. HEX triplet: FE, 57 and BD. RGB value is (254,87,189). Sum of RGB (Red+Green+Blue) = 254+87+189=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57BD is #01A842. Grayscale: #949494. Windows color (decimal): -108611 or 12408830. OLE color: 12408830.

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

Color convert

RGB25487189-
CMYK00.660.260.00
HSL323.35º98.82%66.86%-
HSV(B)323.35º65.75%99.61%-
XYZ53.4731.5651.42-
YUV148.56150.83203.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.92%
GREEN value IS 87 (34.38% from 255) = 16.42%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=47.92%
G=16.42%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548718900.660.260.00323.3598.8266.86
HexFE57BD0421A01436343
Octal3761272750102320503143103
Binary111111101010111101111010100001011010010100001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE57BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE57BD; }

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

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

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

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

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

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

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

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