Shades of Ultra Pink #FE72FE
Tints of Ultra Pink #FE72FE
RGB
CMYK
RGB Variations
Color information
#FE72FE (or 0xFE72FE) is known color: Ultra Pink. HEX triplet: FE, 72 and FE. RGB value is (254,114,254). Sum of RGB (Red+Green+Blue) = 254+114+254=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 114 (44.92% from 255 or 18.33% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE72FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE72FE is #018D01. Grayscale: #ABABAB. Windows color (decimal): -101634 or 16675582. OLE color: 16675582.
HSL color Cylindrical-coordinate representation of color #FE72FE: hue angle of 300º 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 #FE72FE is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 254 | - |
| CMYK | 0 | 0.55 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.72% | - |
| HSV(B) | 300º | 0.55% | 1% | - |
| XYZ | 64.78 | 40.26 | 98.12 | - |
| YUV | 171.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 254 | 0 | 0.55 | 0 | 0.00 | 300 | 0.99 | 0.72 |
| Hex | FE | 72 | FE | 0 | 37 | 0 | 0 | 12C | 63 | 48 |
| Octal | 376 | 162 | 376 | 0 | 67 | 0 | 0 | 454 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11111110 | 0 | 110111 | 0 | 0 | 100101100 | 1100011 | 1001000 |
Color Harmonies of #FE72FE
Complementary color
Monochromatic Colors of #FE72FE
Black with #FE72FE
Text Example
Text Example
White with #FE72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72FE; }
p { color: rgb(254,114,254); }
H1.HeaderClassName
{
color: #FE72FE;
}
.AnyTagClassName
{
color: #FE72FE;
}
</style>
background-color css
<style>
a { background-color: #FE72FE; }
a { background-color: rgb(254,114,254); }
div.DivClassName
{
background-color: #FE72FE;
}
.BgClassName
{
background-color: #FE72FE;
}
</style>
border-color css
<style>
span { border-color: #FE72FE; }
span { border-color: rgb(254,114,254); }
td.TdClassName
{
border-color: #FE72FE;
}
.TagClassName
{
border-color: #FE72FE;
}
</style>