#FB5ABE

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

Shades of Hot Pink #FB5ABE

Tints of Hot Pink #FB5ABE

Color information

#FB5ABE (or 0xFB5ABE) is unknown color: approx Hot Pink. HEX triplet: FB, 5A and BE. RGB value is (251,90,190). Sum of RGB (Red+Green+Blue) = 251+90+190=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ABE is #04A541. Grayscale: #959595. Windows color (decimal): -304450 or 12475131. OLE color: 12475131.

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

Color convert

RGB25190190-
CMYK00.640.240.02
HSL322.73º95.27%66.86%-
HSV(B)322.73º64.14%98.43%-
XYZ52.7331.5452.02-
YUV149.54150.84200.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.27%
GREEN value IS 90 (35.55% from 255) = 16.95%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=47.27%
G=16.95%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519019000.640.240.02322.7395.2766.86
HexFB5ABE0401821435f43
Octal3731322760100302503137103
Binary1111101110110101011111001000000110001010100001110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5ABE; }

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

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

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

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

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

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

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

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