Shades of Hot Pink #FE64BB
Tints of Hot Pink #FE64BB
RGB
CMYK
RGB Variations
Color information
#FE64BB (or 0xFE64BB) is known color: Hot Pink. HEX triplet: FE, 64 and BB. RGB value is (254,100,187). Sum of RGB (Red+Green+Blue) = 254+100+187=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64BB is #019B44. Grayscale: #9B9B9B. Windows color (decimal): -105285 or 12281086. OLE color: 12281086.
HSL color Cylindrical-coordinate representation of color #FE64BB: hue angle of 326.1º 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 #FE64BB is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 187 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.00 |
| HSL | 326.1º | 0.99% | 0.69% | - |
| HSV(B) | 326.1º | 0.61% | 1% | - |
| XYZ | 54.4 | 33.77 | 50.67 | - |
| YUV | 155.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 187 | 0 | 0.61 | 0.26 | 0.00 | 326.1 | 0.99 | 0.69 |
| Hex | FE | 64 | BB | 0 | 3D | 1A | 0 | 146 | 63 | 45 |
| Octal | 376 | 144 | 273 | 0 | 75 | 32 | 0 | 506 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10111011 | 0 | 111101 | 11010 | 0 | 101000110 | 1100011 | 1000101 |
Color Harmonies of #FE64BB
Complementary color
Monochromatic Colors of #FE64BB
Black with #FE64BB
Text Example
Text Example
White with #FE64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64BB; }
p { color: rgb(254,100,187); }
H1.HeaderClassName
{
color: #FE64BB;
}
.AnyTagClassName
{
color: #FE64BB;
}
</style>
background-color css
<style>
a { background-color: #FE64BB; }
a { background-color: rgb(254,100,187); }
div.DivClassName
{
background-color: #FE64BB;
}
.BgClassName
{
background-color: #FE64BB;
}
</style>
border-color css
<style>
span { border-color: #FE64BB; }
span { border-color: rgb(254,100,187); }
td.TdClassName
{
border-color: #FE64BB;
}
.TagClassName
{
border-color: #FE64BB;
}
</style>