Shades of Ultra Pink #FE71EE
Tints of Ultra Pink #FE71EE
RGB
CMYK
RGB Variations
Color information
#FE71EE (or 0xFE71EE) is known color: Ultra Pink. HEX triplet: FE, 71 and EE. RGB value is (254,113,238). Sum of RGB (Red+Green+Blue) = 254+113+238=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE71EE is #018E11. Grayscale: #A9A9A9. Windows color (decimal): -101906 or 15626750. OLE color: 15626750.
HSL color Cylindrical-coordinate representation of color #FE71EE: hue angle of 306.81º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71EE is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 238 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.00 |
| HSL | 306.81º | 0.99% | 0.72% | - |
| HSV(B) | 306.81º | 0.56% | 1% | - |
| XYZ | 62.21 | 39.05 | 85.15 | - |
| YUV | 169.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 238 | 0 | 0.56 | 0.06 | 0.00 | 306.81 | 0.99 | 0.72 |
| Hex | FE | 71 | EE | 0 | 38 | 6 | 0 | 133 | 63 | 48 |
| Octal | 376 | 161 | 356 | 0 | 70 | 6 | 0 | 463 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11101110 | 0 | 111000 | 110 | 0 | 100110011 | 1100011 | 1001000 |
Color Harmonies of #FE71EE
Complementary color
Monochromatic Colors of #FE71EE
Black with #FE71EE
Text Example
Text Example
White with #FE71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71EE; }
p { color: rgb(254,113,238); }
H1.HeaderClassName
{
color: #FE71EE;
}
.AnyTagClassName
{
color: #FE71EE;
}
</style>
background-color css
<style>
a { background-color: #FE71EE; }
a { background-color: rgb(254,113,238); }
div.DivClassName
{
background-color: #FE71EE;
}
.BgClassName
{
background-color: #FE71EE;
}
</style>
border-color css
<style>
span { border-color: #FE71EE; }
span { border-color: rgb(254,113,238); }
td.TdClassName
{
border-color: #FE71EE;
}
.TagClassName
{
border-color: #FE71EE;
}
</style>