Shades of Hot Pink #FE5CB5
Tints of Hot Pink #FE5CB5
RGB
CMYK
RGB Variations
Color information
#FE5CB5 (or 0xFE5CB5) is known color: Hot Pink. HEX triplet: FE, 5C and B5. RGB value is (254,92,181). Sum of RGB (Red+Green+Blue) = 254+92+181=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CB5 is #01A34A. Grayscale: #969696. Windows color (decimal): -107339 or 11885822. OLE color: 11885822.
HSL color Cylindrical-coordinate representation of color #FE5CB5: hue angle of 327.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CB5 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 181 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.00 |
| HSL | 327.04º | 0.99% | 0.68% | - |
| HSV(B) | 327.04º | 0.64% | 1% | - |
| XYZ | 53.04 | 32.06 | 47.11 | - |
| YUV | 150.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 181 | 0 | 0.64 | 0.29 | 0.00 | 327.04 | 0.99 | 0.68 |
| Hex | FE | 5C | B5 | 0 | 40 | 1D | 0 | 147 | 63 | 44 |
| Octal | 376 | 134 | 265 | 0 | 100 | 35 | 0 | 507 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10110101 | 0 | 1000000 | 11101 | 0 | 101000111 | 1100011 | 1000100 |
Color Harmonies of #FE5CB5
Complementary color
Monochromatic Colors of #FE5CB5
Black with #FE5CB5
Text Example
Text Example
White with #FE5CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CB5; }
p { color: rgb(254,92,181); }
H1.HeaderClassName
{
color: #FE5CB5;
}
.AnyTagClassName
{
color: #FE5CB5;
}
</style>
background-color css
<style>
a { background-color: #FE5CB5; }
a { background-color: rgb(254,92,181); }
div.DivClassName
{
background-color: #FE5CB5;
}
.BgClassName
{
background-color: #FE5CB5;
}
</style>
border-color css
<style>
span { border-color: #FE5CB5; }
span { border-color: rgb(254,92,181); }
td.TdClassName
{
border-color: #FE5CB5;
}
.TagClassName
{
border-color: #FE5CB5;
}
</style>