Shades of Hot Pink #FE72BA
Tints of Hot Pink #FE72BA
RGB
CMYK
RGB Variations
Color information
#FE72BA (or 0xFE72BA) is known color: Hot Pink. HEX triplet: FE, 72 and BA. RGB value is (254,114,186). Sum of RGB (Red+Green+Blue) = 254+114+186=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72BA is #018D45. Grayscale: #A3A3A3. Windows color (decimal): -101702 or 12219134. OLE color: 12219134.
HSL color Cylindrical-coordinate representation of color #FE72BA: hue angle of 329.14º 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 #FE72BA is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 186 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.00 |
| HSL | 329.14º | 0.99% | 0.72% | - |
| HSV(B) | 329.14º | 0.55% | 1% | - |
| XYZ | 55.75 | 36.65 | 50.59 | - |
| YUV | 164.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 186 | 0 | 0.55 | 0.27 | 0.00 | 329.14 | 0.99 | 0.72 |
| Hex | FE | 72 | BA | 0 | 37 | 1B | 0 | 149 | 63 | 48 |
| Octal | 376 | 162 | 272 | 0 | 67 | 33 | 0 | 511 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10111010 | 0 | 110111 | 11011 | 0 | 101001001 | 1100011 | 1001000 |
Color Harmonies of #FE72BA
Complementary color
Monochromatic Colors of #FE72BA
Black with #FE72BA
Text Example
Text Example
White with #FE72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72BA; }
p { color: rgb(254,114,186); }
H1.HeaderClassName
{
color: #FE72BA;
}
.AnyTagClassName
{
color: #FE72BA;
}
</style>
background-color css
<style>
a { background-color: #FE72BA; }
a { background-color: rgb(254,114,186); }
div.DivClassName
{
background-color: #FE72BA;
}
.BgClassName
{
background-color: #FE72BA;
}
</style>
border-color css
<style>
span { border-color: #FE72BA; }
span { border-color: rgb(254,114,186); }
td.TdClassName
{
border-color: #FE72BA;
}
.TagClassName
{
border-color: #FE72BA;
}
</style>