Shades of Ultra Pink #FE71F0
Tints of Ultra Pink #FE71F0
RGB
CMYK
RGB Variations
Color information
#FE71F0 (or 0xFE71F0) is known color: Ultra Pink. HEX triplet: FE, 71 and F0. RGB value is (254,113,240). Sum of RGB (Red+Green+Blue) = 254+113+240=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 113 (44.53% from 255 or 18.62% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE71F0 is #018E0F. Grayscale: #A9A9A9. Windows color (decimal): -101904 or 15757822. OLE color: 15757822.
HSL color Cylindrical-coordinate representation of color #FE71F0: hue angle of 305.96º 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 #FE71F0 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 240 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.00 |
| HSL | 305.96º | 0.99% | 0.72% | - |
| HSV(B) | 305.96º | 0.56% | 1% | - |
| XYZ | 62.51 | 39.17 | 86.7 | - |
| YUV | 169.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 240 | 0 | 0.56 | 0.06 | 0.00 | 305.96 | 0.99 | 0.72 |
| Hex | FE | 71 | F0 | 0 | 38 | 6 | 0 | 132 | 63 | 48 |
| Octal | 376 | 161 | 360 | 0 | 70 | 6 | 0 | 462 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11110000 | 0 | 111000 | 110 | 0 | 100110010 | 1100011 | 1001000 |
Color Harmonies of #FE71F0
Complementary color
Monochromatic Colors of #FE71F0
Black with #FE71F0
Text Example
Text Example
White with #FE71F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71F0; }
p { color: rgb(254,113,240); }
H1.HeaderClassName
{
color: #FE71F0;
}
.AnyTagClassName
{
color: #FE71F0;
}
</style>
background-color css
<style>
a { background-color: #FE71F0; }
a { background-color: rgb(254,113,240); }
div.DivClassName
{
background-color: #FE71F0;
}
.BgClassName
{
background-color: #FE71F0;
}
</style>
border-color css
<style>
span { border-color: #FE71F0; }
span { border-color: rgb(254,113,240); }
td.TdClassName
{
border-color: #FE71F0;
}
.TagClassName
{
border-color: #FE71F0;
}
</style>