Shades of Hot Pink #FE53BC
Tints of Hot Pink #FE53BC
RGB
CMYK
RGB Variations
Color information
#FE53BC (or 0xFE53BC) is known color: Hot Pink. HEX triplet: FE, 53 and BC. RGB value is (254,83,188). Sum of RGB (Red+Green+Blue) = 254+83+188=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53BC is #01AC43. Grayscale: #919191. Windows color (decimal): -109636 or 12342270. OLE color: 12342270.
HSL color Cylindrical-coordinate representation of color #FE53BC: hue angle of 323.16º 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 #FE53BC is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 188 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.00 |
| HSL | 323.16º | 0.99% | 0.66% | - |
| HSV(B) | 323.16º | 0.67% | 1% | - |
| XYZ | 53.04 | 30.89 | 50.74 | - |
| YUV | 146.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 188 | 0 | 0.67 | 0.26 | 0.00 | 323.16 | 0.99 | 0.66 |
| Hex | FE | 53 | BC | 0 | 43 | 1A | 0 | 143 | 63 | 42 |
| Octal | 376 | 123 | 274 | 0 | 103 | 32 | 0 | 503 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10111100 | 0 | 1000011 | 11010 | 0 | 101000011 | 1100011 | 1000010 |
Color Harmonies of #FE53BC
Complementary color
Monochromatic Colors of #FE53BC
Black with #FE53BC
Text Example
Text Example
White with #FE53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53BC; }
p { color: rgb(254,83,188); }
H1.HeaderClassName
{
color: #FE53BC;
}
.AnyTagClassName
{
color: #FE53BC;
}
</style>
background-color css
<style>
a { background-color: #FE53BC; }
a { background-color: rgb(254,83,188); }
div.DivClassName
{
background-color: #FE53BC;
}
.BgClassName
{
background-color: #FE53BC;
}
</style>
border-color css
<style>
span { border-color: #FE53BC; }
span { border-color: rgb(254,83,188); }
td.TdClassName
{
border-color: #FE53BC;
}
.TagClassName
{
border-color: #FE53BC;
}
</style>