Shades of Hot Pink #FE53BD
Tints of Hot Pink #FE53BD
RGB
CMYK
RGB Variations
Color information
#FE53BD (or 0xFE53BD) is known color: Hot Pink. HEX triplet: FE, 53 and BD. RGB value is (254,83,189). Sum of RGB (Red+Green+Blue) = 254+83+189=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53BD is #01AC42. Grayscale: #919191. Windows color (decimal): -109635 or 12407806. OLE color: 12407806.
HSL color Cylindrical-coordinate representation of color #FE53BD: hue angle of 322.81º 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 #FE53BD is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 189 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.00 |
| HSL | 322.81º | 0.99% | 0.66% | - |
| HSV(B) | 322.81º | 0.67% | 1% | - |
| XYZ | 53.15 | 30.93 | 51.31 | - |
| YUV | 146.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 189 | 0 | 0.67 | 0.26 | 0.00 | 322.81 | 0.99 | 0.66 |
| Hex | FE | 53 | BD | 0 | 43 | 1A | 0 | 143 | 63 | 42 |
| Octal | 376 | 123 | 275 | 0 | 103 | 32 | 0 | 503 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10111101 | 0 | 1000011 | 11010 | 0 | 101000011 | 1100011 | 1000010 |
Color Harmonies of #FE53BD
Complementary color
Monochromatic Colors of #FE53BD
Black with #FE53BD
Text Example
Text Example
White with #FE53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53BD; }
p { color: rgb(254,83,189); }
H1.HeaderClassName
{
color: #FE53BD;
}
.AnyTagClassName
{
color: #FE53BD;
}
</style>
background-color css
<style>
a { background-color: #FE53BD; }
a { background-color: rgb(254,83,189); }
div.DivClassName
{
background-color: #FE53BD;
}
.BgClassName
{
background-color: #FE53BD;
}
</style>
border-color css
<style>
span { border-color: #FE53BD; }
span { border-color: rgb(254,83,189); }
td.TdClassName
{
border-color: #FE53BD;
}
.TagClassName
{
border-color: #FE53BD;
}
</style>