Shades of Ultra Pink #FE71F1
Tints of Ultra Pink #FE71F1
RGB
CMYK
RGB Variations
Color information
#FE71F1 (or 0xFE71F1) is known color: Ultra Pink. HEX triplet: FE, 71 and F1. RGB value is (254,113,241). Sum of RGB (Red+Green+Blue) = 254+113+241=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 113 (44.53% from 255 or 18.59% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE71F1 is #018E0E. Grayscale: #A9A9A9. Windows color (decimal): -101903 or 15823358. OLE color: 15823358.
HSL color Cylindrical-coordinate representation of color #FE71F1: hue angle of 305.53º 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 #FE71F1 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 241 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.00 |
| HSL | 305.53º | 0.99% | 0.72% | - |
| HSV(B) | 305.53º | 0.56% | 1% | - |
| XYZ | 62.66 | 39.23 | 87.49 | - |
| YUV | 169.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 241 | 0 | 0.56 | 0.05 | 0.00 | 305.53 | 0.99 | 0.72 |
| Hex | FE | 71 | F1 | 0 | 38 | 5 | 0 | 132 | 63 | 48 |
| Octal | 376 | 161 | 361 | 0 | 70 | 5 | 0 | 462 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11110001 | 0 | 111000 | 101 | 0 | 100110010 | 1100011 | 1001000 |
Color Harmonies of #FE71F1
Complementary color
Monochromatic Colors of #FE71F1
Black with #FE71F1
Text Example
Text Example
White with #FE71F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71F1; }
p { color: rgb(254,113,241); }
H1.HeaderClassName
{
color: #FE71F1;
}
.AnyTagClassName
{
color: #FE71F1;
}
</style>
background-color css
<style>
a { background-color: #FE71F1; }
a { background-color: rgb(254,113,241); }
div.DivClassName
{
background-color: #FE71F1;
}
.BgClassName
{
background-color: #FE71F1;
}
</style>
border-color css
<style>
span { border-color: #FE71F1; }
span { border-color: rgb(254,113,241); }
td.TdClassName
{
border-color: #FE71F1;
}
.TagClassName
{
border-color: #FE71F1;
}
</style>