Shades of Hot Pink #FE62BD
Tints of Hot Pink #FE62BD
RGB
CMYK
RGB Variations
Color information
#FE62BD (or 0xFE62BD) is known color: Hot Pink. HEX triplet: FE, 62 and BD. RGB value is (254,98,189). Sum of RGB (Red+Green+Blue) = 254+98+189=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62BD is #019D42. Grayscale: #9A9A9A. Windows color (decimal): -105795 or 12411646. OLE color: 12411646.
HSL color Cylindrical-coordinate representation of color #FE62BD: hue angle of 325º 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 #FE62BD is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 189 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.00 |
| HSL | 325º | 0.99% | 0.69% | - |
| HSV(B) | 325º | 0.61% | 1% | - |
| XYZ | 54.43 | 33.48 | 51.74 | - |
| YUV | 155.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 189 | 0 | 0.61 | 0.26 | 0.00 | 325 | 0.99 | 0.69 |
| Hex | FE | 62 | BD | 0 | 3D | 1A | 0 | 145 | 63 | 45 |
| Octal | 376 | 142 | 275 | 0 | 75 | 32 | 0 | 505 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10111101 | 0 | 111101 | 11010 | 0 | 101000101 | 1100011 | 1000101 |
Color Harmonies of #FE62BD
Complementary color
Monochromatic Colors of #FE62BD
Black with #FE62BD
Text Example
Text Example
White with #FE62BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62BD; }
p { color: rgb(254,98,189); }
H1.HeaderClassName
{
color: #FE62BD;
}
.AnyTagClassName
{
color: #FE62BD;
}
</style>
background-color css
<style>
a { background-color: #FE62BD; }
a { background-color: rgb(254,98,189); }
div.DivClassName
{
background-color: #FE62BD;
}
.BgClassName
{
background-color: #FE62BD;
}
</style>
border-color css
<style>
span { border-color: #FE62BD; }
span { border-color: rgb(254,98,189); }
td.TdClassName
{
border-color: #FE62BD;
}
.TagClassName
{
border-color: #FE62BD;
}
</style>