Shades of Hot Pink #FE6DBA
Tints of Hot Pink #FE6DBA
RGB
CMYK
RGB Variations
Color information
#FE6DBA (or 0xFE6DBA) is known color: Hot Pink. HEX triplet: FE, 6D and BA. RGB value is (254,109,186). Sum of RGB (Red+Green+Blue) = 254+109+186=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DBA is #019245. Grayscale: #A0A0A0. Windows color (decimal): -102982 or 12217854. OLE color: 12217854.
HSL color Cylindrical-coordinate representation of color #FE6DBA: hue angle of 328.14º 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 #FE6DBA is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 186 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.00 |
| HSL | 328.14º | 0.99% | 0.71% | - |
| HSV(B) | 328.14º | 0.57% | 1% | - |
| XYZ | 55.2 | 35.55 | 50.41 | - |
| YUV | 161.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 186 | 0 | 0.57 | 0.27 | 0.00 | 328.14 | 0.99 | 0.71 |
| Hex | FE | 6D | BA | 0 | 39 | 1B | 0 | 148 | 63 | 47 |
| Octal | 376 | 155 | 272 | 0 | 71 | 33 | 0 | 510 | 143 | 107 |
| Binary | 11111110 | 1101101 | 10111010 | 0 | 111001 | 11011 | 0 | 101001000 | 1100011 | 1000111 |
Color Harmonies of #FE6DBA
Complementary color
Monochromatic Colors of #FE6DBA
Black with #FE6DBA
Text Example
Text Example
White with #FE6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6DBA; }
p { color: rgb(254,109,186); }
H1.HeaderClassName
{
color: #FE6DBA;
}
.AnyTagClassName
{
color: #FE6DBA;
}
</style>
background-color css
<style>
a { background-color: #FE6DBA; }
a { background-color: rgb(254,109,186); }
div.DivClassName
{
background-color: #FE6DBA;
}
.BgClassName
{
background-color: #FE6DBA;
}
</style>
border-color css
<style>
span { border-color: #FE6DBA; }
span { border-color: rgb(254,109,186); }
td.TdClassName
{
border-color: #FE6DBA;
}
.TagClassName
{
border-color: #FE6DBA;
}
</style>