Shades of Hot Pink #FE52BD
Tints of Hot Pink #FE52BD
RGB
CMYK
RGB Variations
Color information
#FE52BD (or 0xFE52BD) is known color: Hot Pink. HEX triplet: FE, 52 and BD. RGB value is (254,82,189). Sum of RGB (Red+Green+Blue) = 254+82+189=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52BD is #01AD42. Grayscale: #919191. Windows color (decimal): -109891 or 12407550. OLE color: 12407550.
HSL color Cylindrical-coordinate representation of color #FE52BD: hue angle of 322.67º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE52BD is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 189 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.00 |
| HSL | 322.67º | 0.99% | 0.66% | - |
| HSV(B) | 322.67º | 0.68% | 1% | - |
| XYZ | 53.08 | 30.78 | 51.29 | - |
| YUV | 145.63 | 152.48 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 189 | 0 | 0.68 | 0.26 | 0.00 | 322.67 | 0.99 | 0.66 |
| Hex | FE | 52 | BD | 0 | 44 | 1A | 0 | 143 | 63 | 42 |
| Octal | 376 | 122 | 275 | 0 | 104 | 32 | 0 | 503 | 143 | 102 |
| Binary | 11111110 | 1010010 | 10111101 | 0 | 1000100 | 11010 | 0 | 101000011 | 1100011 | 1000010 |
Color Harmonies of #FE52BD
Complementary color
Monochromatic Colors of #FE52BD
Black with #FE52BD
Text Example
Text Example
White with #FE52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE52BD; }
p { color: rgb(254,82,189); }
H1.HeaderClassName
{
color: #FE52BD;
}
.AnyTagClassName
{
color: #FE52BD;
}
</style>
background-color css
<style>
a { background-color: #FE52BD; }
a { background-color: rgb(254,82,189); }
div.DivClassName
{
background-color: #FE52BD;
}
.BgClassName
{
background-color: #FE52BD;
}
</style>
border-color css
<style>
span { border-color: #FE52BD; }
span { border-color: rgb(254,82,189); }
td.TdClassName
{
border-color: #FE52BD;
}
.TagClassName
{
border-color: #FE52BD;
}
</style>