Shades of Hot Pink #FE50BC
Tints of Hot Pink #FE50BC
RGB
CMYK
RGB Variations
Color information
#FE50BC (or 0xFE50BC) is known color: Hot Pink. HEX triplet: FE, 50 and BC. RGB value is (254,80,188). Sum of RGB (Red+Green+Blue) = 254+80+188=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50BC is #01AF43. Grayscale: #909090. Windows color (decimal): -110404 or 12341502. OLE color: 12341502.
HSL color Cylindrical-coordinate representation of color #FE50BC: hue angle of 322.76º 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 #FE50BC is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 188 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.00 |
| HSL | 322.76º | 0.99% | 0.65% | - |
| HSV(B) | 322.76º | 0.69% | 1% | - |
| XYZ | 52.82 | 30.44 | 50.67 | - |
| YUV | 144.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 188 | 0 | 0.69 | 0.26 | 0.00 | 322.76 | 0.99 | 0.65 |
| Hex | FE | 50 | BC | 0 | 45 | 1A | 0 | 143 | 63 | 41 |
| Octal | 376 | 120 | 274 | 0 | 105 | 32 | 0 | 503 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10111100 | 0 | 1000101 | 11010 | 0 | 101000011 | 1100011 | 1000001 |
Color Harmonies of #FE50BC
Complementary color
Monochromatic Colors of #FE50BC
Black with #FE50BC
Text Example
Text Example
White with #FE50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50BC; }
p { color: rgb(254,80,188); }
H1.HeaderClassName
{
color: #FE50BC;
}
.AnyTagClassName
{
color: #FE50BC;
}
</style>
background-color css
<style>
a { background-color: #FE50BC; }
a { background-color: rgb(254,80,188); }
div.DivClassName
{
background-color: #FE50BC;
}
.BgClassName
{
background-color: #FE50BC;
}
</style>
border-color css
<style>
span { border-color: #FE50BC; }
span { border-color: rgb(254,80,188); }
td.TdClassName
{
border-color: #FE50BC;
}
.TagClassName
{
border-color: #FE50BC;
}
</style>