Shades of Ultra Pink #FE71FF
Tints of Ultra Pink #FE71FF
RGB
CMYK
RGB Variations
Color information
#FE71FF (or 0xFE71FF) is known color: Ultra Pink. HEX triplet: FE, 71 and FF. RGB value is (254,113,255). Sum of RGB (Red+Green+Blue) = 254+113+255=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 113 (44.53% from 255 or 18.17% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE71FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE71FF is #018E00. Grayscale: #AAAAAA. Windows color (decimal): -101889 or 16740862. OLE color: 16740862.
HSL color Cylindrical-coordinate representation of color #FE71FF: hue angle of 299.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71FF is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 113 | 255 | - |
| CMYK | 0.00 | 0.56 | 0 | 0 |
| HSL | 299.58º | 1% | 0.72% | - |
| HSV(B) | 299.58º | 0.56% | 1% | - |
| XYZ | 64.83 | 40.1 | 98.93 | - |
| YUV | 171.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 255 | 0.00 | 0.56 | 0 | 0 | 299.58 | 1 | 0.72 |
| Hex | FE | 71 | FF | 0 | 38 | 0 | 0 | 12C | 64 | 48 |
| Octal | 376 | 161 | 377 | 0 | 70 | 0 | 0 | 454 | 144 | 110 |
| Binary | 11111110 | 1110001 | 11111111 | 0 | 111000 | 0 | 0 | 100101100 | 1100100 | 1001000 |
Color Harmonies of #FE71FF
Complementary color
Monochromatic Colors of #FE71FF
Black with #FE71FF
Text Example
Text Example
White with #FE71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71FF; }
p { color: rgb(254,113,255); }
H1.HeaderClassName
{
color: #FE71FF;
}
.AnyTagClassName
{
color: #FE71FF;
}
</style>
background-color css
<style>
a { background-color: #FE71FF; }
a { background-color: rgb(254,113,255); }
div.DivClassName
{
background-color: #FE71FF;
}
.BgClassName
{
background-color: #FE71FF;
}
</style>
border-color css
<style>
span { border-color: #FE71FF; }
span { border-color: rgb(254,113,255); }
td.TdClassName
{
border-color: #FE71FF;
}
.TagClassName
{
border-color: #FE71FF;
}
</style>