Shades of Ultra Pink #FE72F4
Tints of Ultra Pink #FE72F4
RGB
CMYK
RGB Variations
Color information
#FE72F4 (or 0xFE72F4) is known color: Ultra Pink. HEX triplet: FE, 72 and F4. RGB value is (254,114,244). Sum of RGB (Red+Green+Blue) = 254+114+244=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 114 (44.92% from 255 or 18.63% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72F4 is #018D0B. Grayscale: #AAAAAA. Windows color (decimal): -101644 or 16020222. OLE color: 16020222.
HSL color Cylindrical-coordinate representation of color #FE72F4: hue angle of 304.29º 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 #FE72F4 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 244 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.00 |
| HSL | 304.29º | 0.99% | 0.72% | - |
| HSV(B) | 304.29º | 0.55% | 1% | - |
| XYZ | 63.22 | 39.64 | 89.91 | - |
| YUV | 170.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 244 | 0 | 0.55 | 0.04 | 0.00 | 304.29 | 0.99 | 0.72 |
| Hex | FE | 72 | F4 | 0 | 37 | 4 | 0 | 130 | 63 | 48 |
| Octal | 376 | 162 | 364 | 0 | 67 | 4 | 0 | 460 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11110100 | 0 | 110111 | 100 | 0 | 100110000 | 1100011 | 1001000 |
Color Harmonies of #FE72F4
Complementary color
Monochromatic Colors of #FE72F4
Black with #FE72F4
Text Example
Text Example
White with #FE72F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72F4; }
p { color: rgb(254,114,244); }
H1.HeaderClassName
{
color: #FE72F4;
}
.AnyTagClassName
{
color: #FE72F4;
}
</style>
background-color css
<style>
a { background-color: #FE72F4; }
a { background-color: rgb(254,114,244); }
div.DivClassName
{
background-color: #FE72F4;
}
.BgClassName
{
background-color: #FE72F4;
}
</style>
border-color css
<style>
span { border-color: #FE72F4; }
span { border-color: rgb(254,114,244); }
td.TdClassName
{
border-color: #FE72F4;
}
.TagClassName
{
border-color: #FE72F4;
}
</style>