Shades of Hot Pink #FE50BF
Tints of Hot Pink #FE50BF
RGB
CMYK
RGB Variations
Color information
#FE50BF (or 0xFE50BF) is known color: Hot Pink. HEX triplet: FE, 50 and BF. RGB value is (254,80,191). Sum of RGB (Red+Green+Blue) = 254+80+191=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50BF is #01AF40. Grayscale: #909090. Windows color (decimal): -110401 or 12538110. OLE color: 12538110.
HSL color Cylindrical-coordinate representation of color #FE50BF: hue angle of 321.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE50BF is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 191 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.00 |
| HSL | 321.72º | 0.99% | 0.65% | - |
| HSV(B) | 321.72º | 0.69% | 1% | - |
| XYZ | 53.15 | 30.57 | 52.39 | - |
| YUV | 144.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 191 | 0 | 0.69 | 0.25 | 0.00 | 321.72 | 0.99 | 0.65 |
| Hex | FE | 50 | BF | 0 | 45 | 19 | 0 | 142 | 63 | 41 |
| Octal | 376 | 120 | 277 | 0 | 105 | 31 | 0 | 502 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10111111 | 0 | 1000101 | 11001 | 0 | 101000010 | 1100011 | 1000001 |
Color Harmonies of #FE50BF
Complementary color
Monochromatic Colors of #FE50BF
Black with #FE50BF
Text Example
Text Example
White with #FE50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50BF; }
p { color: rgb(254,80,191); }
H1.HeaderClassName
{
color: #FE50BF;
}
.AnyTagClassName
{
color: #FE50BF;
}
</style>
background-color css
<style>
a { background-color: #FE50BF; }
a { background-color: rgb(254,80,191); }
div.DivClassName
{
background-color: #FE50BF;
}
.BgClassName
{
background-color: #FE50BF;
}
</style>
border-color css
<style>
span { border-color: #FE50BF; }
span { border-color: rgb(254,80,191); }
td.TdClassName
{
border-color: #FE50BF;
}
.TagClassName
{
border-color: #FE50BF;
}
</style>