Shades of Hot Pink #FE53BB
Tints of Hot Pink #FE53BB
RGB
CMYK
RGB Variations
Color information
#FE53BB (or 0xFE53BB) is known color: Hot Pink. HEX triplet: FE, 53 and BB. RGB value is (254,83,187). Sum of RGB (Red+Green+Blue) = 254+83+187=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53BB is #01AC44. Grayscale: #919191. Windows color (decimal): -109637 or 12276734. OLE color: 12276734.
HSL color Cylindrical-coordinate representation of color #FE53BB: hue angle of 323.51º 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 #FE53BB is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 187 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.00 |
| HSL | 323.51º | 0.99% | 0.66% | - |
| HSV(B) | 323.51º | 0.67% | 1% | - |
| XYZ | 52.94 | 30.85 | 50.18 | - |
| YUV | 145.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 187 | 0 | 0.67 | 0.26 | 0.00 | 323.51 | 0.99 | 0.66 |
| Hex | FE | 53 | BB | 0 | 43 | 1A | 0 | 144 | 63 | 42 |
| Octal | 376 | 123 | 273 | 0 | 103 | 32 | 0 | 504 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10111011 | 0 | 1000011 | 11010 | 0 | 101000100 | 1100011 | 1000010 |
Color Harmonies of #FE53BB
Complementary color
Monochromatic Colors of #FE53BB
Black with #FE53BB
Text Example
Text Example
White with #FE53BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53BB; }
p { color: rgb(254,83,187); }
H1.HeaderClassName
{
color: #FE53BB;
}
.AnyTagClassName
{
color: #FE53BB;
}
</style>
background-color css
<style>
a { background-color: #FE53BB; }
a { background-color: rgb(254,83,187); }
div.DivClassName
{
background-color: #FE53BB;
}
.BgClassName
{
background-color: #FE53BB;
}
</style>
border-color css
<style>
span { border-color: #FE53BB; }
span { border-color: rgb(254,83,187); }
td.TdClassName
{
border-color: #FE53BB;
}
.TagClassName
{
border-color: #FE53BB;
}
</style>