Shades of Ultra Pink #FE70F8
Tints of Ultra Pink #FE70F8
RGB
CMYK
RGB Variations
Color information
#FE70F8 (or 0xFE70F8) is known color: Ultra Pink. HEX triplet: FE, 70 and F8. RGB value is (254,112,248). Sum of RGB (Red+Green+Blue) = 254+112+248=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 112 (44.14% from 255 or 18.24% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE70F8 is #018F07. Grayscale: #A9A9A9. Windows color (decimal): -102152 or 16281854. OLE color: 16281854.
HSL color Cylindrical-coordinate representation of color #FE70F8: hue angle of 302.54º 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 #FE70F8 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 248 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.00 |
| HSL | 302.54º | 0.99% | 0.72% | - |
| HSV(B) | 302.54º | 0.56% | 1% | - |
| XYZ | 63.61 | 39.44 | 93.07 | - |
| YUV | 169.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 248 | 0 | 0.56 | 0.02 | 0.00 | 302.54 | 0.99 | 0.72 |
| Hex | FE | 70 | F8 | 0 | 38 | 2 | 0 | 12F | 63 | 48 |
| Octal | 376 | 160 | 370 | 0 | 70 | 2 | 0 | 457 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11111000 | 0 | 111000 | 10 | 0 | 100101111 | 1100011 | 1001000 |
Color Harmonies of #FE70F8
Complementary color
Monochromatic Colors of #FE70F8
Black with #FE70F8
Text Example
Text Example
White with #FE70F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70F8; }
p { color: rgb(254,112,248); }
H1.HeaderClassName
{
color: #FE70F8;
}
.AnyTagClassName
{
color: #FE70F8;
}
</style>
background-color css
<style>
a { background-color: #FE70F8; }
a { background-color: rgb(254,112,248); }
div.DivClassName
{
background-color: #FE70F8;
}
.BgClassName
{
background-color: #FE70F8;
}
</style>
border-color css
<style>
span { border-color: #FE70F8; }
span { border-color: rgb(254,112,248); }
td.TdClassName
{
border-color: #FE70F8;
}
.TagClassName
{
border-color: #FE70F8;
}
</style>