Shades of Hot Pink #FE73B2
Tints of Hot Pink #FE73B2
RGB
CMYK
RGB Variations
Color information
#FE73B2 (or 0xFE73B2) is known color: Hot Pink. HEX triplet: FE, 73 and B2. RGB value is (254,115,178). Sum of RGB (Red+Green+Blue) = 254+115+178=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE73B2 is #018C4D. Grayscale: #A3A3A3. Windows color (decimal): -101454 or 11695102. OLE color: 11695102.
HSL color Cylindrical-coordinate representation of color #FE73B2: hue angle of 332.81º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73B2 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 178 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.00 |
| HSL | 332.81º | 0.99% | 0.72% | - |
| HSV(B) | 332.81º | 0.55% | 1% | - |
| XYZ | 55.04 | 36.55 | 46.27 | - |
| YUV | 163.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 178 | 0 | 0.55 | 0.30 | 0.00 | 332.81 | 0.99 | 0.72 |
| Hex | FE | 73 | B2 | 0 | 37 | 1E | 0 | 14D | 63 | 48 |
| Octal | 376 | 163 | 262 | 0 | 67 | 36 | 0 | 515 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10110010 | 0 | 110111 | 11110 | 0 | 101001101 | 1100011 | 1001000 |
Color Harmonies of #FE73B2
Complementary color
Monochromatic Colors of #FE73B2
Black with #FE73B2
Text Example
Text Example
White with #FE73B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73B2; }
p { color: rgb(254,115,178); }
H1.HeaderClassName
{
color: #FE73B2;
}
.AnyTagClassName
{
color: #FE73B2;
}
</style>
background-color css
<style>
a { background-color: #FE73B2; }
a { background-color: rgb(254,115,178); }
div.DivClassName
{
background-color: #FE73B2;
}
.BgClassName
{
background-color: #FE73B2;
}
</style>
border-color css
<style>
span { border-color: #FE73B2; }
span { border-color: rgb(254,115,178); }
td.TdClassName
{
border-color: #FE73B2;
}
.TagClassName
{
border-color: #FE73B2;
}
</style>