#FB5EBA

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

Shades of Hot Pink #FB5EBA

Tints of Hot Pink #FB5EBA

Color information

#FB5EBA (or 0xFB5EBA) is unknown color: approx Hot Pink. HEX triplet: FB, 5E and BA. RGB value is (251,94,186). Sum of RGB (Red+Green+Blue) = 251+94+186=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EBA is #04A145. Grayscale: #979797. Windows color (decimal): -303430 or 12214011. OLE color: 12214011.

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

Color convert

RGB25194186-
CMYK00.630.260.02
HSL324.84º95.15%67.65%-
HSV(B)324.84º62.55%98.43%-
XYZ52.6532.0649.87-
YUV151.43147.51199.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.27%
GREEN value IS 94 (37.11% from 255) = 17.70%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=47.27%
G=17.70%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519418600.630.260.02324.8495.1567.65
HexFB5EBA03F1A21455f44
Octal373136272077322505137104
Binary111110111011110101110100111111110101010100010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5EBA; }

 p { color: rgb(251,94,186); }

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

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

 a { background-color: rgb(251,94,186); }

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

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

 span { border-color: rgb(251,94,186); }

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