Shades of Hot Pink #FE61BA
Tints of Hot Pink #FE61BA
RGB
CMYK
RGB Variations
Color information
#FE61BA (or 0xFE61BA) is known color: Hot Pink. HEX triplet: FE, 61 and BA. RGB value is (254,97,186). Sum of RGB (Red+Green+Blue) = 254+97+186=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61BA is #019E45. Grayscale: #999999. Windows color (decimal): -106054 or 12214782. OLE color: 12214782.
HSL color Cylindrical-coordinate representation of color #FE61BA: hue angle of 325.99º 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 #FE61BA is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 186 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.00 |
| HSL | 325.99º | 0.99% | 0.69% | - |
| HSV(B) | 325.99º | 0.62% | 1% | - |
| XYZ | 54.01 | 33.17 | 50.01 | - |
| YUV | 154.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 186 | 0 | 0.62 | 0.27 | 0.00 | 325.99 | 0.99 | 0.69 |
| Hex | FE | 61 | BA | 0 | 3E | 1B | 0 | 146 | 63 | 45 |
| Octal | 376 | 141 | 272 | 0 | 76 | 33 | 0 | 506 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10111010 | 0 | 111110 | 11011 | 0 | 101000110 | 1100011 | 1000101 |
Color Harmonies of #FE61BA
Complementary color
Monochromatic Colors of #FE61BA
Black with #FE61BA
Text Example
Text Example
White with #FE61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61BA; }
p { color: rgb(254,97,186); }
H1.HeaderClassName
{
color: #FE61BA;
}
.AnyTagClassName
{
color: #FE61BA;
}
</style>
background-color css
<style>
a { background-color: #FE61BA; }
a { background-color: rgb(254,97,186); }
div.DivClassName
{
background-color: #FE61BA;
}
.BgClassName
{
background-color: #FE61BA;
}
</style>
border-color css
<style>
span { border-color: #FE61BA; }
span { border-color: rgb(254,97,186); }
td.TdClassName
{
border-color: #FE61BA;
}
.TagClassName
{
border-color: #FE61BA;
}
</style>