Shades of Hot Pink #FE5BB4
Tints of Hot Pink #FE5BB4
RGB
CMYK
RGB Variations
Color information
#FE5BB4 (or 0xFE5BB4) is known color: Hot Pink. HEX triplet: FE, 5B and B4. RGB value is (254,91,180). Sum of RGB (Red+Green+Blue) = 254+91+180=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BB4 is #01A44B. Grayscale: #959595. Windows color (decimal): -107596 or 11820030. OLE color: 11820030.
HSL color Cylindrical-coordinate representation of color #FE5BB4: hue angle of 327.24º 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 #FE5BB4 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 180 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.00 |
| HSL | 327.24º | 0.99% | 0.68% | - |
| HSV(B) | 327.24º | 0.64% | 1% | - |
| XYZ | 52.85 | 31.85 | 46.54 | - |
| YUV | 149.88 | 145 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 180 | 0 | 0.64 | 0.29 | 0.00 | 327.24 | 0.99 | 0.68 |
| Hex | FE | 5B | B4 | 0 | 40 | 1D | 0 | 147 | 63 | 44 |
| Octal | 376 | 133 | 264 | 0 | 100 | 35 | 0 | 507 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10110100 | 0 | 1000000 | 11101 | 0 | 101000111 | 1100011 | 1000100 |
Color Harmonies of #FE5BB4
Complementary color
Monochromatic Colors of #FE5BB4
Black with #FE5BB4
Text Example
Text Example
White with #FE5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BB4; }
p { color: rgb(254,91,180); }
H1.HeaderClassName
{
color: #FE5BB4;
}
.AnyTagClassName
{
color: #FE5BB4;
}
</style>
background-color css
<style>
a { background-color: #FE5BB4; }
a { background-color: rgb(254,91,180); }
div.DivClassName
{
background-color: #FE5BB4;
}
.BgClassName
{
background-color: #FE5BB4;
}
</style>
border-color css
<style>
span { border-color: #FE5BB4; }
span { border-color: rgb(254,91,180); }
td.TdClassName
{
border-color: #FE5BB4;
}
.TagClassName
{
border-color: #FE5BB4;
}
</style>