#FB52BE

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

Shades of Hot Pink #FB52BE

Tints of Hot Pink #FB52BE

Color information

#FB52BE (or 0xFB52BE) is unknown color: approx Hot Pink. HEX triplet: FB, 52 and BE. RGB value is (251,82,190). Sum of RGB (Red+Green+Blue) = 251+82+190=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52BE is #04AD41. Grayscale: #909090. Windows color (decimal): -306498 or 12473083. OLE color: 12473083.

HSL color Cylindrical-coordinate representation of color #FB52BE: hue angle of 321.66º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB52BE is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB25182190-
CMYK00.670.240.02
HSL321.66º95.48%65.29%-
HSV(B)321.66º67.33%98.43%-
XYZ52.130.2651.81-
YUV144.84153.49203.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.99%
GREEN value IS 82 (32.42% from 255) = 15.68%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=47.99%
G=15.68%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518219000.670.240.02321.6695.4865.29
HexFB52BE0431821425f41
Octal3731222760103302502137101
Binary1111101110100101011111001000011110001010100001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB52BE; }

 p { color: rgb(251,82,190); }

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

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

 a { background-color: rgb(251,82,190); }

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

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

 span { border-color: rgb(251,82,190); }

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