Shades of Hot Pink #FE64B5
Tints of Hot Pink #FE64B5
RGB
CMYK
RGB Variations
Color information
#FE64B5 (or 0xFE64B5) is known color: Hot Pink. HEX triplet: FE, 64 and B5. RGB value is (254,100,181). Sum of RGB (Red+Green+Blue) = 254+100+181=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64B5 is #019B4A. Grayscale: #9B9B9B. Windows color (decimal): -105291 or 11887870. OLE color: 11887870.
HSL color Cylindrical-coordinate representation of color #FE64B5: hue angle of 328.44º 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 #FE64B5 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 181 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.00 |
| HSL | 328.44º | 0.99% | 0.69% | - |
| HSV(B) | 328.44º | 0.61% | 1% | - |
| XYZ | 53.77 | 33.52 | 47.35 | - |
| YUV | 155.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 181 | 0 | 0.61 | 0.29 | 0.00 | 328.44 | 0.99 | 0.69 |
| Hex | FE | 64 | B5 | 0 | 3D | 1D | 0 | 148 | 63 | 45 |
| Octal | 376 | 144 | 265 | 0 | 75 | 35 | 0 | 510 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10110101 | 0 | 111101 | 11101 | 0 | 101001000 | 1100011 | 1000101 |
Color Harmonies of #FE64B5
Complementary color
Monochromatic Colors of #FE64B5
Black with #FE64B5
Text Example
Text Example
White with #FE64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64B5; }
p { color: rgb(254,100,181); }
H1.HeaderClassName
{
color: #FE64B5;
}
.AnyTagClassName
{
color: #FE64B5;
}
</style>
background-color css
<style>
a { background-color: #FE64B5; }
a { background-color: rgb(254,100,181); }
div.DivClassName
{
background-color: #FE64B5;
}
.BgClassName
{
background-color: #FE64B5;
}
</style>
border-color css
<style>
span { border-color: #FE64B5; }
span { border-color: rgb(254,100,181); }
td.TdClassName
{
border-color: #FE64B5;
}
.TagClassName
{
border-color: #FE64B5;
}
</style>