Shades of Ultra Pink #FE72EE
Tints of Ultra Pink #FE72EE
RGB
CMYK
RGB Variations
Color information
#FE72EE (or 0xFE72EE) is known color: Ultra Pink. HEX triplet: FE, 72 and EE. RGB value is (254,114,238). Sum of RGB (Red+Green+Blue) = 254+114+238=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72EE is #018D11. Grayscale: #A9A9A9. Windows color (decimal): -101650 or 15627006. OLE color: 15627006.
HSL color Cylindrical-coordinate representation of color #FE72EE: hue angle of 306.86º 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 #FE72EE is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 238 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.00 |
| HSL | 306.86º | 0.99% | 0.72% | - |
| HSV(B) | 306.86º | 0.55% | 1% | - |
| XYZ | 62.32 | 39.28 | 85.19 | - |
| YUV | 170 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 238 | 0 | 0.55 | 0.06 | 0.00 | 306.86 | 0.99 | 0.72 |
| Hex | FE | 72 | EE | 0 | 37 | 6 | 0 | 133 | 63 | 48 |
| Octal | 376 | 162 | 356 | 0 | 67 | 6 | 0 | 463 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11101110 | 0 | 110111 | 110 | 0 | 100110011 | 1100011 | 1001000 |
Color Harmonies of #FE72EE
Complementary color
Monochromatic Colors of #FE72EE
Black with #FE72EE
Text Example
Text Example
White with #FE72EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72EE; }
p { color: rgb(254,114,238); }
H1.HeaderClassName
{
color: #FE72EE;
}
.AnyTagClassName
{
color: #FE72EE;
}
</style>
background-color css
<style>
a { background-color: #FE72EE; }
a { background-color: rgb(254,114,238); }
div.DivClassName
{
background-color: #FE72EE;
}
.BgClassName
{
background-color: #FE72EE;
}
</style>
border-color css
<style>
span { border-color: #FE72EE; }
span { border-color: rgb(254,114,238); }
td.TdClassName
{
border-color: #FE72EE;
}
.TagClassName
{
border-color: #FE72EE;
}
</style>