Shades of Ultra Pink #FE70F0
Tints of Ultra Pink #FE70F0
RGB
CMYK
RGB Variations
Color information
#FE70F0 (or 0xFE70F0) is known color: Ultra Pink. HEX triplet: FE, 70 and F0. RGB value is (254,112,240). Sum of RGB (Red+Green+Blue) = 254+112+240=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 112 (44.14% from 255 or 18.48% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE70F0 is #018F0F. Grayscale: #A8A8A8. Windows color (decimal): -102160 or 15757566. OLE color: 15757566.
HSL color Cylindrical-coordinate representation of color #FE70F0: hue angle of 305.92º 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 #FE70F0 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 240 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.00 |
| HSL | 305.92º | 0.99% | 0.72% | - |
| HSV(B) | 305.92º | 0.56% | 1% | - |
| XYZ | 62.4 | 38.95 | 86.67 | - |
| YUV | 169.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 240 | 0 | 0.56 | 0.06 | 0.00 | 305.92 | 0.99 | 0.72 |
| Hex | FE | 70 | F0 | 0 | 38 | 6 | 0 | 132 | 63 | 48 |
| Octal | 376 | 160 | 360 | 0 | 70 | 6 | 0 | 462 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11110000 | 0 | 111000 | 110 | 0 | 100110010 | 1100011 | 1001000 |
Color Harmonies of #FE70F0
Complementary color
Monochromatic Colors of #FE70F0
Black with #FE70F0
Text Example
Text Example
White with #FE70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70F0; }
p { color: rgb(254,112,240); }
H1.HeaderClassName
{
color: #FE70F0;
}
.AnyTagClassName
{
color: #FE70F0;
}
</style>
background-color css
<style>
a { background-color: #FE70F0; }
a { background-color: rgb(254,112,240); }
div.DivClassName
{
background-color: #FE70F0;
}
.BgClassName
{
background-color: #FE70F0;
}
</style>
border-color css
<style>
span { border-color: #FE70F0; }
span { border-color: rgb(254,112,240); }
td.TdClassName
{
border-color: #FE70F0;
}
.TagClassName
{
border-color: #FE70F0;
}
</style>