Shades of Hot Pink #FE4FC0
Tints of Hot Pink #FE4FC0
RGB
CMYK
RGB Variations
Color information
#FE4FC0 (or 0xFE4FC0) is known color: Hot Pink. HEX triplet: FE, 4F and C0. RGB value is (254,79,192). Sum of RGB (Red+Green+Blue) = 254+79+192=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FC0 is #01B03F. Grayscale: #8F8F8F. Windows color (decimal): -110656 or 12603390. OLE color: 12603390.
HSL color Cylindrical-coordinate representation of color #FE4FC0: hue angle of 321.26º 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 #FE4FC0 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 192 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.00 |
| HSL | 321.26º | 0.99% | 0.65% | - |
| HSV(B) | 321.26º | 0.69% | 1% | - |
| XYZ | 53.18 | 30.47 | 52.95 | - |
| YUV | 144.21 | 154.98 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 192 | 0 | 0.69 | 0.24 | 0.00 | 321.26 | 0.99 | 0.65 |
| Hex | FE | 4F | C0 | 0 | 45 | 18 | 0 | 141 | 63 | 41 |
| Octal | 376 | 117 | 300 | 0 | 105 | 30 | 0 | 501 | 143 | 101 |
| Binary | 11111110 | 1001111 | 11000000 | 0 | 1000101 | 11000 | 0 | 101000001 | 1100011 | 1000001 |
Color Harmonies of #FE4FC0
Complementary color
Monochromatic Colors of #FE4FC0
Black with #FE4FC0
Text Example
Text Example
White with #FE4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FC0; }
p { color: rgb(254,79,192); }
H1.HeaderClassName
{
color: #FE4FC0;
}
.AnyTagClassName
{
color: #FE4FC0;
}
</style>
background-color css
<style>
a { background-color: #FE4FC0; }
a { background-color: rgb(254,79,192); }
div.DivClassName
{
background-color: #FE4FC0;
}
.BgClassName
{
background-color: #FE4FC0;
}
</style>
border-color css
<style>
span { border-color: #FE4FC0; }
span { border-color: rgb(254,79,192); }
td.TdClassName
{
border-color: #FE4FC0;
}
.TagClassName
{
border-color: #FE4FC0;
}
</style>