Shades of Ultra Pink #FE72F8
Tints of Ultra Pink #FE72F8
RGB
CMYK
RGB Variations
Color information
#FE72F8 (or 0xFE72F8) is known color: Ultra Pink. HEX triplet: FE, 72 and F8. RGB value is (254,114,248). Sum of RGB (Red+Green+Blue) = 254+114+248=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 114 (44.92% from 255 or 18.51% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72F8 is #018D07. Grayscale: #AAAAAA. Windows color (decimal): -101640 or 16282366. OLE color: 16282366.
HSL color Cylindrical-coordinate representation of color #FE72F8: hue angle of 302.57º 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 #FE72F8 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 248 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.00 |
| HSL | 302.57º | 0.99% | 0.72% | - |
| HSV(B) | 302.57º | 0.55% | 1% | - |
| XYZ | 63.83 | 39.88 | 93.14 | - |
| YUV | 171.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 248 | 0 | 0.55 | 0.02 | 0.00 | 302.57 | 0.99 | 0.72 |
| Hex | FE | 72 | F8 | 0 | 37 | 2 | 0 | 12F | 63 | 48 |
| Octal | 376 | 162 | 370 | 0 | 67 | 2 | 0 | 457 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11111000 | 0 | 110111 | 10 | 0 | 100101111 | 1100011 | 1001000 |
Color Harmonies of #FE72F8
Complementary color
Monochromatic Colors of #FE72F8
Black with #FE72F8
Text Example
Text Example
White with #FE72F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72F8; }
p { color: rgb(254,114,248); }
H1.HeaderClassName
{
color: #FE72F8;
}
.AnyTagClassName
{
color: #FE72F8;
}
</style>
background-color css
<style>
a { background-color: #FE72F8; }
a { background-color: rgb(254,114,248); }
div.DivClassName
{
background-color: #FE72F8;
}
.BgClassName
{
background-color: #FE72F8;
}
</style>
border-color css
<style>
span { border-color: #FE72F8; }
span { border-color: rgb(254,114,248); }
td.TdClassName
{
border-color: #FE72F8;
}
.TagClassName
{
border-color: #FE72F8;
}
</style>