Shades of Hot Pink #FE53C0
Tints of Hot Pink #FE53C0
RGB
CMYK
RGB Variations
Color information
#FE53C0 (or 0xFE53C0) is known color: Hot Pink. HEX triplet: FE, 53 and C0. RGB value is (254,83,192). Sum of RGB (Red+Green+Blue) = 254+83+192=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53C0 is #01AC3F. Grayscale: #929292. Windows color (decimal): -109632 or 12604414. OLE color: 12604414.
HSL color Cylindrical-coordinate representation of color #FE53C0: hue angle of 321.75º 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 #FE53C0 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 192 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.00 |
| HSL | 321.75º | 0.99% | 0.66% | - |
| HSV(B) | 321.75º | 0.67% | 1% | - |
| XYZ | 53.48 | 31.06 | 53.05 | - |
| YUV | 146.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 192 | 0 | 0.67 | 0.24 | 0.00 | 321.75 | 0.99 | 0.66 |
| Hex | FE | 53 | C0 | 0 | 43 | 18 | 0 | 142 | 63 | 42 |
| Octal | 376 | 123 | 300 | 0 | 103 | 30 | 0 | 502 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11000000 | 0 | 1000011 | 11000 | 0 | 101000010 | 1100011 | 1000010 |
Color Harmonies of #FE53C0
Complementary color
Monochromatic Colors of #FE53C0
Black with #FE53C0
Text Example
Text Example
White with #FE53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53C0; }
p { color: rgb(254,83,192); }
H1.HeaderClassName
{
color: #FE53C0;
}
.AnyTagClassName
{
color: #FE53C0;
}
</style>
background-color css
<style>
a { background-color: #FE53C0; }
a { background-color: rgb(254,83,192); }
div.DivClassName
{
background-color: #FE53C0;
}
.BgClassName
{
background-color: #FE53C0;
}
</style>
border-color css
<style>
span { border-color: #FE53C0; }
span { border-color: rgb(254,83,192); }
td.TdClassName
{
border-color: #FE53C0;
}
.TagClassName
{
border-color: #FE53C0;
}
</style>