Shades of Ultra Pink #FE70F7
Tints of Ultra Pink #FE70F7
RGB
CMYK
RGB Variations
Color information
#FE70F7 (or 0xFE70F7) is known color: Ultra Pink. HEX triplet: FE, 70 and F7. RGB value is (254,112,247). Sum of RGB (Red+Green+Blue) = 254+112+247=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 112 (44.14% from 255 or 18.27% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE70F7 is #018F08. Grayscale: #A9A9A9. Windows color (decimal): -102153 or 16216318. OLE color: 16216318.
HSL color Cylindrical-coordinate representation of color #FE70F7: hue angle of 302.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 #FE70F7 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 247 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.00 |
| HSL | 302.96º | 0.99% | 0.72% | - |
| HSV(B) | 302.96º | 0.56% | 1% | - |
| XYZ | 63.46 | 39.37 | 92.25 | - |
| YUV | 169.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 247 | 0 | 0.56 | 0.03 | 0.00 | 302.96 | 0.99 | 0.72 |
| Hex | FE | 70 | F7 | 0 | 38 | 3 | 0 | 12F | 63 | 48 |
| Octal | 376 | 160 | 367 | 0 | 70 | 3 | 0 | 457 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11110111 | 0 | 111000 | 11 | 0 | 100101111 | 1100011 | 1001000 |
Color Harmonies of #FE70F7
Complementary color
Monochromatic Colors of #FE70F7
Black with #FE70F7
Text Example
Text Example
White with #FE70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70F7; }
p { color: rgb(254,112,247); }
H1.HeaderClassName
{
color: #FE70F7;
}
.AnyTagClassName
{
color: #FE70F7;
}
</style>
background-color css
<style>
a { background-color: #FE70F7; }
a { background-color: rgb(254,112,247); }
div.DivClassName
{
background-color: #FE70F7;
}
.BgClassName
{
background-color: #FE70F7;
}
</style>
border-color css
<style>
span { border-color: #FE70F7; }
span { border-color: rgb(254,112,247); }
td.TdClassName
{
border-color: #FE70F7;
}
.TagClassName
{
border-color: #FE70F7;
}
</style>