Shades of Ultra Pink #FE70EF
Tints of Ultra Pink #FE70EF
RGB
CMYK
RGB Variations
Color information
#FE70EF (or 0xFE70EF) is known color: Ultra Pink. HEX triplet: FE, 70 and EF. RGB value is (254,112,239). Sum of RGB (Red+Green+Blue) = 254+112+239=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 112 (44.14% from 255 or 18.51% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE70EF is #018F10. Grayscale: #A8A8A8. Windows color (decimal): -102161 or 15692030. OLE color: 15692030.
HSL color Cylindrical-coordinate representation of color #FE70EF: hue angle of 306.34º 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 #FE70EF is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 239 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.00 |
| HSL | 306.34º | 0.99% | 0.72% | - |
| HSV(B) | 306.34º | 0.56% | 1% | - |
| XYZ | 62.25 | 38.89 | 85.89 | - |
| YUV | 168.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 239 | 0 | 0.56 | 0.06 | 0.00 | 306.34 | 0.99 | 0.72 |
| Hex | FE | 70 | EF | 0 | 38 | 6 | 0 | 132 | 63 | 48 |
| Octal | 376 | 160 | 357 | 0 | 70 | 6 | 0 | 462 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11101111 | 0 | 111000 | 110 | 0 | 100110010 | 1100011 | 1001000 |
Color Harmonies of #FE70EF
Complementary color
Monochromatic Colors of #FE70EF
Black with #FE70EF
Text Example
Text Example
White with #FE70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70EF; }
p { color: rgb(254,112,239); }
H1.HeaderClassName
{
color: #FE70EF;
}
.AnyTagClassName
{
color: #FE70EF;
}
</style>
background-color css
<style>
a { background-color: #FE70EF; }
a { background-color: rgb(254,112,239); }
div.DivClassName
{
background-color: #FE70EF;
}
.BgClassName
{
background-color: #FE70EF;
}
</style>
border-color css
<style>
span { border-color: #FE70EF; }
span { border-color: rgb(254,112,239); }
td.TdClassName
{
border-color: #FE70EF;
}
.TagClassName
{
border-color: #FE70EF;
}
</style>