Shades of Hot Pink #FE53BA
Tints of Hot Pink #FE53BA
RGB
CMYK
RGB Variations
Color information
#FE53BA (or 0xFE53BA) is known color: Hot Pink. HEX triplet: FE, 53 and BA. RGB value is (254,83,186). Sum of RGB (Red+Green+Blue) = 254+83+186=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53BA is #01AC45. Grayscale: #919191. Windows color (decimal): -109638 or 12211198. OLE color: 12211198.
HSL color Cylindrical-coordinate representation of color #FE53BA: hue angle of 323.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE53BA is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 186 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.00 |
| HSL | 323.86º | 0.99% | 0.66% | - |
| HSV(B) | 323.86º | 0.67% | 1% | - |
| XYZ | 52.83 | 30.8 | 49.62 | - |
| YUV | 145.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 186 | 0 | 0.67 | 0.27 | 0.00 | 323.86 | 0.99 | 0.66 |
| Hex | FE | 53 | BA | 0 | 43 | 1B | 0 | 144 | 63 | 42 |
| Octal | 376 | 123 | 272 | 0 | 103 | 33 | 0 | 504 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10111010 | 0 | 1000011 | 11011 | 0 | 101000100 | 1100011 | 1000010 |
Color Harmonies of #FE53BA
Complementary color
Monochromatic Colors of #FE53BA
Black with #FE53BA
Text Example
Text Example
White with #FE53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53BA; }
p { color: rgb(254,83,186); }
H1.HeaderClassName
{
color: #FE53BA;
}
.AnyTagClassName
{
color: #FE53BA;
}
</style>
background-color css
<style>
a { background-color: #FE53BA; }
a { background-color: rgb(254,83,186); }
div.DivClassName
{
background-color: #FE53BA;
}
.BgClassName
{
background-color: #FE53BA;
}
</style>
border-color css
<style>
span { border-color: #FE53BA; }
span { border-color: rgb(254,83,186); }
td.TdClassName
{
border-color: #FE53BA;
}
.TagClassName
{
border-color: #FE53BA;
}
</style>