Shades of Ultra Pink #FE72F0
Tints of Ultra Pink #FE72F0
RGB
CMYK
RGB Variations
Color information
#FE72F0 (or 0xFE72F0) is known color: Ultra Pink. HEX triplet: FE, 72 and F0. RGB value is (254,114,240). Sum of RGB (Red+Green+Blue) = 254+114+240=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 114 (44.92% from 255 or 18.75% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72F0 is #018D0F. Grayscale: #A9A9A9. Windows color (decimal): -101648 or 15758078. OLE color: 15758078.
HSL color Cylindrical-coordinate representation of color #FE72F0: hue angle of 306º 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 #FE72F0 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 240 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.00 |
| HSL | 306º | 0.99% | 0.72% | - |
| HSV(B) | 306º | 0.55% | 1% | - |
| XYZ | 62.62 | 39.4 | 86.74 | - |
| YUV | 170.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 240 | 0 | 0.55 | 0.06 | 0.00 | 306 | 0.99 | 0.72 |
| Hex | FE | 72 | F0 | 0 | 37 | 6 | 0 | 132 | 63 | 48 |
| Octal | 376 | 162 | 360 | 0 | 67 | 6 | 0 | 462 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11110000 | 0 | 110111 | 110 | 0 | 100110010 | 1100011 | 1001000 |
Color Harmonies of #FE72F0
Complementary color
Monochromatic Colors of #FE72F0
Black with #FE72F0
Text Example
Text Example
White with #FE72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72F0; }
p { color: rgb(254,114,240); }
H1.HeaderClassName
{
color: #FE72F0;
}
.AnyTagClassName
{
color: #FE72F0;
}
</style>
background-color css
<style>
a { background-color: #FE72F0; }
a { background-color: rgb(254,114,240); }
div.DivClassName
{
background-color: #FE72F0;
}
.BgClassName
{
background-color: #FE72F0;
}
</style>
border-color css
<style>
span { border-color: #FE72F0; }
span { border-color: rgb(254,114,240); }
td.TdClassName
{
border-color: #FE72F0;
}
.TagClassName
{
border-color: #FE72F0;
}
</style>