Shades of Ultra Pink #FE71F8
Tints of Ultra Pink #FE71F8
RGB
CMYK
RGB Variations
Color information
#FE71F8 (or 0xFE71F8) is known color: Ultra Pink. HEX triplet: FE, 71 and F8. RGB value is (254,113,248). Sum of RGB (Red+Green+Blue) = 254+113+248=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 113 (44.53% from 255 or 18.37% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE71F8 is #018E07. Grayscale: #AAAAAA. Windows color (decimal): -101896 or 16282110. OLE color: 16282110.
HSL color Cylindrical-coordinate representation of color #FE71F8: hue angle of 302.55º 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 #FE71F8 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 248 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.00 |
| HSL | 302.55º | 0.99% | 0.72% | - |
| HSV(B) | 302.55º | 0.56% | 1% | - |
| XYZ | 63.72 | 39.66 | 93.1 | - |
| YUV | 170.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 248 | 0 | 0.56 | 0.02 | 0.00 | 302.55 | 0.99 | 0.72 |
| Hex | FE | 71 | F8 | 0 | 38 | 2 | 0 | 12F | 63 | 48 |
| Octal | 376 | 161 | 370 | 0 | 70 | 2 | 0 | 457 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11111000 | 0 | 111000 | 10 | 0 | 100101111 | 1100011 | 1001000 |
Color Harmonies of #FE71F8
Complementary color
Monochromatic Colors of #FE71F8
Black with #FE71F8
Text Example
Text Example
White with #FE71F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71F8; }
p { color: rgb(254,113,248); }
H1.HeaderClassName
{
color: #FE71F8;
}
.AnyTagClassName
{
color: #FE71F8;
}
</style>
background-color css
<style>
a { background-color: #FE71F8; }
a { background-color: rgb(254,113,248); }
div.DivClassName
{
background-color: #FE71F8;
}
.BgClassName
{
background-color: #FE71F8;
}
</style>
border-color css
<style>
span { border-color: #FE71F8; }
span { border-color: rgb(254,113,248); }
td.TdClassName
{
border-color: #FE71F8;
}
.TagClassName
{
border-color: #FE71F8;
}
</style>