Shades of Hot Pink #FE61BC
Tints of Hot Pink #FE61BC
RGB
CMYK
RGB Variations
Color information
#FE61BC (or 0xFE61BC) is known color: Hot Pink. HEX triplet: FE, 61 and BC. RGB value is (254,97,188). Sum of RGB (Red+Green+Blue) = 254+97+188=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61BC is #019E43. Grayscale: #9A9A9A. Windows color (decimal): -106052 or 12345854. OLE color: 12345854.
HSL color Cylindrical-coordinate representation of color #FE61BC: hue angle of 325.22º 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 #FE61BC is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 188 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.00 |
| HSL | 325.22º | 0.99% | 0.69% | - |
| HSV(B) | 325.22º | 0.62% | 1% | - |
| XYZ | 54.22 | 33.25 | 51.14 | - |
| YUV | 154.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 188 | 0 | 0.62 | 0.26 | 0.00 | 325.22 | 0.99 | 0.69 |
| Hex | FE | 61 | BC | 0 | 3E | 1A | 0 | 145 | 63 | 45 |
| Octal | 376 | 141 | 274 | 0 | 76 | 32 | 0 | 505 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10111100 | 0 | 111110 | 11010 | 0 | 101000101 | 1100011 | 1000101 |
Color Harmonies of #FE61BC
Complementary color
Monochromatic Colors of #FE61BC
Black with #FE61BC
Text Example
Text Example
White with #FE61BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61BC; }
p { color: rgb(254,97,188); }
H1.HeaderClassName
{
color: #FE61BC;
}
.AnyTagClassName
{
color: #FE61BC;
}
</style>
background-color css
<style>
a { background-color: #FE61BC; }
a { background-color: rgb(254,97,188); }
div.DivClassName
{
background-color: #FE61BC;
}
.BgClassName
{
background-color: #FE61BC;
}
</style>
border-color css
<style>
span { border-color: #FE61BC; }
span { border-color: rgb(254,97,188); }
td.TdClassName
{
border-color: #FE61BC;
}
.TagClassName
{
border-color: #FE61BC;
}
</style>