Shades of Hot Pink #FE63BD
Tints of Hot Pink #FE63BD
RGB
CMYK
RGB Variations
Color information
#FE63BD (or 0xFE63BD) is known color: Hot Pink. HEX triplet: FE, 63 and BD. RGB value is (254,99,189). Sum of RGB (Red+Green+Blue) = 254+99+189=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63BD is #019C42. Grayscale: #9B9B9B. Windows color (decimal): -105539 or 12411902. OLE color: 12411902.
HSL color Cylindrical-coordinate representation of color #FE63BD: hue angle of 325.16º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE63BD is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 189 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.00 |
| HSL | 325.16º | 0.99% | 0.69% | - |
| HSV(B) | 325.16º | 0.61% | 1% | - |
| XYZ | 54.52 | 33.67 | 51.77 | - |
| YUV | 155.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 189 | 0 | 0.61 | 0.26 | 0.00 | 325.16 | 0.99 | 0.69 |
| Hex | FE | 63 | BD | 0 | 3D | 1A | 0 | 145 | 63 | 45 |
| Octal | 376 | 143 | 275 | 0 | 75 | 32 | 0 | 505 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10111101 | 0 | 111101 | 11010 | 0 | 101000101 | 1100011 | 1000101 |
Color Harmonies of #FE63BD
Complementary color
Monochromatic Colors of #FE63BD
Black with #FE63BD
Text Example
Text Example
White with #FE63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63BD; }
p { color: rgb(254,99,189); }
H1.HeaderClassName
{
color: #FE63BD;
}
.AnyTagClassName
{
color: #FE63BD;
}
</style>
background-color css
<style>
a { background-color: #FE63BD; }
a { background-color: rgb(254,99,189); }
div.DivClassName
{
background-color: #FE63BD;
}
.BgClassName
{
background-color: #FE63BD;
}
</style>
border-color css
<style>
span { border-color: #FE63BD; }
span { border-color: rgb(254,99,189); }
td.TdClassName
{
border-color: #FE63BD;
}
.TagClassName
{
border-color: #FE63BD;
}
</style>