Shades of Ultra Pink #FE71F3
Tints of Ultra Pink #FE71F3
RGB
CMYK
RGB Variations
Color information
#FE71F3 (or 0xFE71F3) is known color: Ultra Pink. HEX triplet: FE, 71 and F3. RGB value is (254,113,243). Sum of RGB (Red+Green+Blue) = 254+113+243=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 113 (44.53% from 255 or 18.52% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE71F3 is #018E0C. Grayscale: #A9A9A9. Windows color (decimal): -101901 or 15954430. OLE color: 15954430.
HSL color Cylindrical-coordinate representation of color #FE71F3: hue angle of 304.68º 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 #FE71F3 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 243 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.00 |
| HSL | 304.68º | 0.99% | 0.72% | - |
| HSV(B) | 304.68º | 0.56% | 1% | - |
| XYZ | 62.96 | 39.35 | 89.07 | - |
| YUV | 169.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 243 | 0 | 0.56 | 0.04 | 0.00 | 304.68 | 0.99 | 0.72 |
| Hex | FE | 71 | F3 | 0 | 38 | 4 | 0 | 131 | 63 | 48 |
| Octal | 376 | 161 | 363 | 0 | 70 | 4 | 0 | 461 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11110011 | 0 | 111000 | 100 | 0 | 100110001 | 1100011 | 1001000 |
Color Harmonies of #FE71F3
Complementary color
Monochromatic Colors of #FE71F3
Black with #FE71F3
Text Example
Text Example
White with #FE71F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71F3; }
p { color: rgb(254,113,243); }
H1.HeaderClassName
{
color: #FE71F3;
}
.AnyTagClassName
{
color: #FE71F3;
}
</style>
background-color css
<style>
a { background-color: #FE71F3; }
a { background-color: rgb(254,113,243); }
div.DivClassName
{
background-color: #FE71F3;
}
.BgClassName
{
background-color: #FE71F3;
}
</style>
border-color css
<style>
span { border-color: #FE71F3; }
span { border-color: rgb(254,113,243); }
td.TdClassName
{
border-color: #FE71F3;
}
.TagClassName
{
border-color: #FE71F3;
}
</style>