Shades of Hot Pink #FE64BA
Tints of Hot Pink #FE64BA
RGB
CMYK
RGB Variations
Color information
#FE64BA (or 0xFE64BA) is known color: Hot Pink. HEX triplet: FE, 64 and BA. RGB value is (254,100,186). Sum of RGB (Red+Green+Blue) = 254+100+186=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64BA is #019B45. Grayscale: #9B9B9B. Windows color (decimal): -105286 or 12215550. OLE color: 12215550.
HSL color Cylindrical-coordinate representation of color #FE64BA: hue angle of 326.49º 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 #FE64BA is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 186 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.00 |
| HSL | 326.49º | 0.99% | 0.69% | - |
| HSV(B) | 326.49º | 0.61% | 1% | - |
| XYZ | 54.29 | 33.73 | 50.1 | - |
| YUV | 155.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 186 | 0 | 0.61 | 0.27 | 0.00 | 326.49 | 0.99 | 0.69 |
| Hex | FE | 64 | BA | 0 | 3D | 1B | 0 | 146 | 63 | 45 |
| Octal | 376 | 144 | 272 | 0 | 75 | 33 | 0 | 506 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10111010 | 0 | 111101 | 11011 | 0 | 101000110 | 1100011 | 1000101 |
Color Harmonies of #FE64BA
Complementary color
Monochromatic Colors of #FE64BA
Black with #FE64BA
Text Example
Text Example
White with #FE64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64BA; }
p { color: rgb(254,100,186); }
H1.HeaderClassName
{
color: #FE64BA;
}
.AnyTagClassName
{
color: #FE64BA;
}
</style>
background-color css
<style>
a { background-color: #FE64BA; }
a { background-color: rgb(254,100,186); }
div.DivClassName
{
background-color: #FE64BA;
}
.BgClassName
{
background-color: #FE64BA;
}
</style>
border-color css
<style>
span { border-color: #FE64BA; }
span { border-color: rgb(254,100,186); }
td.TdClassName
{
border-color: #FE64BA;
}
.TagClassName
{
border-color: #FE64BA;
}
</style>