Shades of Ultra Pink #FE72F9
Tints of Ultra Pink #FE72F9
RGB
CMYK
RGB Variations
Color information
#FE72F9 (or 0xFE72F9) is known color: Ultra Pink. HEX triplet: FE, 72 and F9. RGB value is (254,114,249). Sum of RGB (Red+Green+Blue) = 254+114+249=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 114 (44.92% from 255 or 18.48% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72F9 is #018D06. Grayscale: #AAAAAA. Windows color (decimal): -101639 or 16347902. OLE color: 16347902.
HSL color Cylindrical-coordinate representation of color #FE72F9: hue angle of 302.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 #FE72F9 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 249 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.00 |
| HSL | 302.14º | 0.99% | 0.72% | - |
| HSV(B) | 302.14º | 0.55% | 1% | - |
| XYZ | 63.99 | 39.95 | 93.96 | - |
| YUV | 171.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 249 | 0 | 0.55 | 0.02 | 0.00 | 302.14 | 0.99 | 0.72 |
| Hex | FE | 72 | F9 | 0 | 37 | 2 | 0 | 12E | 63 | 48 |
| Octal | 376 | 162 | 371 | 0 | 67 | 2 | 0 | 456 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11111001 | 0 | 110111 | 10 | 0 | 100101110 | 1100011 | 1001000 |
Color Harmonies of #FE72F9
Complementary color
Monochromatic Colors of #FE72F9
Black with #FE72F9
Text Example
Text Example
White with #FE72F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72F9; }
p { color: rgb(254,114,249); }
H1.HeaderClassName
{
color: #FE72F9;
}
.AnyTagClassName
{
color: #FE72F9;
}
</style>
background-color css
<style>
a { background-color: #FE72F9; }
a { background-color: rgb(254,114,249); }
div.DivClassName
{
background-color: #FE72F9;
}
.BgClassName
{
background-color: #FE72F9;
}
</style>
border-color css
<style>
span { border-color: #FE72F9; }
span { border-color: rgb(254,114,249); }
td.TdClassName
{
border-color: #FE72F9;
}
.TagClassName
{
border-color: #FE72F9;
}
</style>