Shades of Ultra Pink #FE72F1
Tints of Ultra Pink #FE72F1
RGB
CMYK
RGB Variations
Color information
#FE72F1 (or 0xFE72F1) is known color: Ultra Pink. HEX triplet: FE, 72 and F1. RGB value is (254,114,241). Sum of RGB (Red+Green+Blue) = 254+114+241=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 114 (44.92% from 255 or 18.72% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72F1 is #018D0E. Grayscale: #A9A9A9. Windows color (decimal): -101647 or 15823614. OLE color: 15823614.
HSL color Cylindrical-coordinate representation of color #FE72F1: hue angle of 305.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 #FE72F1 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 241 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.00 |
| HSL | 305.57º | 0.99% | 0.72% | - |
| HSV(B) | 305.57º | 0.55% | 1% | - |
| XYZ | 62.77 | 39.46 | 87.53 | - |
| YUV | 170.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 241 | 0 | 0.55 | 0.05 | 0.00 | 305.57 | 0.99 | 0.72 |
| Hex | FE | 72 | F1 | 0 | 37 | 5 | 0 | 132 | 63 | 48 |
| Octal | 376 | 162 | 361 | 0 | 67 | 5 | 0 | 462 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11110001 | 0 | 110111 | 101 | 0 | 100110010 | 1100011 | 1001000 |
Color Harmonies of #FE72F1
Complementary color
Monochromatic Colors of #FE72F1
Black with #FE72F1
Text Example
Text Example
White with #FE72F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72F1; }
p { color: rgb(254,114,241); }
H1.HeaderClassName
{
color: #FE72F1;
}
.AnyTagClassName
{
color: #FE72F1;
}
</style>
background-color css
<style>
a { background-color: #FE72F1; }
a { background-color: rgb(254,114,241); }
div.DivClassName
{
background-color: #FE72F1;
}
.BgClassName
{
background-color: #FE72F1;
}
</style>
border-color css
<style>
span { border-color: #FE72F1; }
span { border-color: rgb(254,114,241); }
td.TdClassName
{
border-color: #FE72F1;
}
.TagClassName
{
border-color: #FE72F1;
}
</style>