#FE52BC

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

Shades of Hot Pink #FE52BC

Tints of Hot Pink #FE52BC

Color information

#FE52BC (or 0xFE52BC) is unknown color: approx Hot Pink. HEX triplet: FE, 52 and BC. RGB value is (254,82,188). Sum of RGB (Red+Green+Blue) = 254+82+188=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52BC is #01AD43. Grayscale: #919191. Windows color (decimal): -109892 or 12342014. OLE color: 12342014.

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

Color convert

RGB25482188-
CMYK00.680.260.00
HSL323.02º98.85%65.88%-
HSV(B)323.02º67.72%99.61%-
XYZ52.9730.7450.72-
YUV145.51151.98205.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.47%
GREEN value IS 82 (32.42% from 255) = 15.65%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=48.47%
G=15.65%
B=35.88%

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
Decimal2548218800.680.260.00323.0298.8565.88
HexFE52BC0441A01436342
Octal3761222740104320503143102
Binary111111101010010101111000100010011010010100001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE52BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE52BC; }

 p { color: rgb(254,82,188); }

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

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

 a { background-color: rgb(254,82,188); }

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

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

 span { border-color: rgb(254,82,188); }

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