Shades of Hot Pink #FE4FBC
Tints of Hot Pink #FE4FBC
RGB
CMYK
RGB Variations
Color information
#FE4FBC (or 0xFE4FBC) is known color: Hot Pink. HEX triplet: FE, 4F and BC. RGB value is (254,79,188). Sum of RGB (Red+Green+Blue) = 254+79+188=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FBC is #01B043. Grayscale: #8F8F8F. Windows color (decimal): -110660 or 12341246. OLE color: 12341246.
HSL color Cylindrical-coordinate representation of color #FE4FBC: hue angle of 322.63º 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 #FE4FBC is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 188 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.00 |
| HSL | 322.63º | 0.99% | 0.65% | - |
| HSV(B) | 322.63º | 0.69% | 1% | - |
| XYZ | 52.75 | 30.29 | 50.64 | - |
| YUV | 143.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 188 | 0 | 0.69 | 0.26 | 0.00 | 322.63 | 0.99 | 0.65 |
| Hex | FE | 4F | BC | 0 | 45 | 1A | 0 | 143 | 63 | 41 |
| Octal | 376 | 117 | 274 | 0 | 105 | 32 | 0 | 503 | 143 | 101 |
| Binary | 11111110 | 1001111 | 10111100 | 0 | 1000101 | 11010 | 0 | 101000011 | 1100011 | 1000001 |
Color Harmonies of #FE4FBC
Complementary color
Monochromatic Colors of #FE4FBC
Black with #FE4FBC
Text Example
Text Example
White with #FE4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FBC; }
p { color: rgb(254,79,188); }
H1.HeaderClassName
{
color: #FE4FBC;
}
.AnyTagClassName
{
color: #FE4FBC;
}
</style>
background-color css
<style>
a { background-color: #FE4FBC; }
a { background-color: rgb(254,79,188); }
div.DivClassName
{
background-color: #FE4FBC;
}
.BgClassName
{
background-color: #FE4FBC;
}
</style>
border-color css
<style>
span { border-color: #FE4FBC; }
span { border-color: rgb(254,79,188); }
td.TdClassName
{
border-color: #FE4FBC;
}
.TagClassName
{
border-color: #FE4FBC;
}
</style>