Shades of Ultra Pink #FE70ED
Tints of Ultra Pink #FE70ED
RGB
CMYK
RGB Variations
Color information
#FE70ED (or 0xFE70ED) is known color: Ultra Pink. HEX triplet: FE, 70 and ED. RGB value is (254,112,237). Sum of RGB (Red+Green+Blue) = 254+112+237=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE70ED is #018F12. Grayscale: #A8A8A8. Windows color (decimal): -102163 or 15560958. OLE color: 15560958.
HSL color Cylindrical-coordinate representation of color #FE70ED: hue angle of 307.18º 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 #FE70ED is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 237 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.00 |
| HSL | 307.18º | 0.99% | 0.72% | - |
| HSV(B) | 307.18º | 0.56% | 1% | - |
| XYZ | 61.95 | 38.77 | 84.34 | - |
| YUV | 168.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 237 | 0 | 0.56 | 0.07 | 0.00 | 307.18 | 0.99 | 0.72 |
| Hex | FE | 70 | ED | 0 | 38 | 7 | 0 | 133 | 63 | 48 |
| Octal | 376 | 160 | 355 | 0 | 70 | 7 | 0 | 463 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11101101 | 0 | 111000 | 111 | 0 | 100110011 | 1100011 | 1001000 |
Color Harmonies of #FE70ED
Complementary color
Monochromatic Colors of #FE70ED
Black with #FE70ED
Text Example
Text Example
White with #FE70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70ED; }
p { color: rgb(254,112,237); }
H1.HeaderClassName
{
color: #FE70ED;
}
.AnyTagClassName
{
color: #FE70ED;
}
</style>
background-color css
<style>
a { background-color: #FE70ED; }
a { background-color: rgb(254,112,237); }
div.DivClassName
{
background-color: #FE70ED;
}
.BgClassName
{
background-color: #FE70ED;
}
</style>
border-color css
<style>
span { border-color: #FE70ED; }
span { border-color: rgb(254,112,237); }
td.TdClassName
{
border-color: #FE70ED;
}
.TagClassName
{
border-color: #FE70ED;
}
</style>