Shades of Hot Pink #FE60BA
Tints of Hot Pink #FE60BA
RGB
CMYK
RGB Variations
Color information
#FE60BA (or 0xFE60BA) is known color: Hot Pink. HEX triplet: FE, 60 and BA. RGB value is (254,96,186). Sum of RGB (Red+Green+Blue) = 254+96+186=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60BA is #019F45. Grayscale: #999999. Windows color (decimal): -106310 or 12214526. OLE color: 12214526.
HSL color Cylindrical-coordinate representation of color #FE60BA: hue angle of 325.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60BA is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 186 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.00 |
| HSL | 325.82º | 0.99% | 0.69% | - |
| HSV(B) | 325.82º | 0.62% | 1% | - |
| XYZ | 53.92 | 32.98 | 49.98 | - |
| YUV | 153.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 186 | 0 | 0.62 | 0.27 | 0.00 | 325.82 | 0.99 | 0.69 |
| Hex | FE | 60 | BA | 0 | 3E | 1B | 0 | 146 | 63 | 45 |
| Octal | 376 | 140 | 272 | 0 | 76 | 33 | 0 | 506 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10111010 | 0 | 111110 | 11011 | 0 | 101000110 | 1100011 | 1000101 |
Color Harmonies of #FE60BA
Complementary color
Monochromatic Colors of #FE60BA
Black with #FE60BA
Text Example
Text Example
White with #FE60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60BA; }
p { color: rgb(254,96,186); }
H1.HeaderClassName
{
color: #FE60BA;
}
.AnyTagClassName
{
color: #FE60BA;
}
</style>
background-color css
<style>
a { background-color: #FE60BA; }
a { background-color: rgb(254,96,186); }
div.DivClassName
{
background-color: #FE60BA;
}
.BgClassName
{
background-color: #FE60BA;
}
</style>
border-color css
<style>
span { border-color: #FE60BA; }
span { border-color: rgb(254,96,186); }
td.TdClassName
{
border-color: #FE60BA;
}
.TagClassName
{
border-color: #FE60BA;
}
</style>