Shades of Hot Pink #FE53BE
Tints of Hot Pink #FE53BE
RGB
CMYK
RGB Variations
Color information
#FE53BE (or 0xFE53BE) is known color: Hot Pink. HEX triplet: FE, 53 and BE. RGB value is (254,83,190). Sum of RGB (Red+Green+Blue) = 254+83+190=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53BE is #01AC41. Grayscale: #929292. Windows color (decimal): -109634 or 12473342. OLE color: 12473342.
HSL color Cylindrical-coordinate representation of color #FE53BE: hue angle of 322.46º 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 #FE53BE is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 190 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.00 |
| HSL | 322.46º | 0.99% | 0.66% | - |
| HSV(B) | 322.46º | 0.67% | 1% | - |
| XYZ | 53.26 | 30.98 | 51.89 | - |
| YUV | 146.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 190 | 0 | 0.67 | 0.25 | 0.00 | 322.46 | 0.99 | 0.66 |
| Hex | FE | 53 | BE | 0 | 43 | 19 | 0 | 142 | 63 | 42 |
| Octal | 376 | 123 | 276 | 0 | 103 | 31 | 0 | 502 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10111110 | 0 | 1000011 | 11001 | 0 | 101000010 | 1100011 | 1000010 |
Color Harmonies of #FE53BE
Complementary color
Monochromatic Colors of #FE53BE
Black with #FE53BE
Text Example
Text Example
White with #FE53BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53BE; }
p { color: rgb(254,83,190); }
H1.HeaderClassName
{
color: #FE53BE;
}
.AnyTagClassName
{
color: #FE53BE;
}
</style>
background-color css
<style>
a { background-color: #FE53BE; }
a { background-color: rgb(254,83,190); }
div.DivClassName
{
background-color: #FE53BE;
}
.BgClassName
{
background-color: #FE53BE;
}
</style>
border-color css
<style>
span { border-color: #FE53BE; }
span { border-color: rgb(254,83,190); }
td.TdClassName
{
border-color: #FE53BE;
}
.TagClassName
{
border-color: #FE53BE;
}
</style>