Shades of Hot Pink #FE6DBC
Tints of Hot Pink #FE6DBC
RGB
CMYK
RGB Variations
Color information
#FE6DBC (or 0xFE6DBC) is known color: Hot Pink. HEX triplet: FE, 6D and BC. RGB value is (254,109,188). Sum of RGB (Red+Green+Blue) = 254+109+188=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DBC is #019243. Grayscale: #A1A1A1. Windows color (decimal): -102980 or 12348926. OLE color: 12348926.
HSL color Cylindrical-coordinate representation of color #FE6DBC: hue angle of 327.31º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6DBC is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 188 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.00 |
| HSL | 327.31º | 0.99% | 0.71% | - |
| HSV(B) | 327.31º | 0.57% | 1% | - |
| XYZ | 55.42 | 35.64 | 51.54 | - |
| YUV | 161.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 188 | 0 | 0.57 | 0.26 | 0.00 | 327.31 | 0.99 | 0.71 |
| Hex | FE | 6D | BC | 0 | 39 | 1A | 0 | 147 | 63 | 47 |
| Octal | 376 | 155 | 274 | 0 | 71 | 32 | 0 | 507 | 143 | 107 |
| Binary | 11111110 | 1101101 | 10111100 | 0 | 111001 | 11010 | 0 | 101000111 | 1100011 | 1000111 |
Color Harmonies of #FE6DBC
Complementary color
Monochromatic Colors of #FE6DBC
Black with #FE6DBC
Text Example
Text Example
White with #FE6DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6DBC; }
p { color: rgb(254,109,188); }
H1.HeaderClassName
{
color: #FE6DBC;
}
.AnyTagClassName
{
color: #FE6DBC;
}
</style>
background-color css
<style>
a { background-color: #FE6DBC; }
a { background-color: rgb(254,109,188); }
div.DivClassName
{
background-color: #FE6DBC;
}
.BgClassName
{
background-color: #FE6DBC;
}
</style>
border-color css
<style>
span { border-color: #FE6DBC; }
span { border-color: rgb(254,109,188); }
td.TdClassName
{
border-color: #FE6DBC;
}
.TagClassName
{
border-color: #FE6DBC;
}
</style>