Shades of Ultra Pink #FE70FB
Tints of Ultra Pink #FE70FB
RGB
CMYK
RGB Variations
Color information
#FE70FB (or 0xFE70FB) is known color: Ultra Pink. HEX triplet: FE, 70 and FB. RGB value is (254,112,251). Sum of RGB (Red+Green+Blue) = 254+112+251=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 112 (44.14% from 255 or 18.15% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE70FB is #018F04. Grayscale: #A9A9A9. Windows color (decimal): -102149 or 16478462. OLE color: 16478462.
HSL color Cylindrical-coordinate representation of color #FE70FB: hue angle of 301.27º 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 #FE70FB is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 251 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.00 |
| HSL | 301.27º | 0.99% | 0.72% | - |
| HSV(B) | 301.27º | 0.56% | 1% | - |
| XYZ | 64.08 | 39.62 | 95.54 | - |
| YUV | 170.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 251 | 0 | 0.56 | 0.01 | 0.00 | 301.27 | 0.99 | 0.72 |
| Hex | FE | 70 | FB | 0 | 38 | 1 | 0 | 12D | 63 | 48 |
| Octal | 376 | 160 | 373 | 0 | 70 | 1 | 0 | 455 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11111011 | 0 | 111000 | 1 | 0 | 100101101 | 1100011 | 1001000 |
Color Harmonies of #FE70FB
Complementary color
Monochromatic Colors of #FE70FB
Black with #FE70FB
Text Example
Text Example
White with #FE70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70FB; }
p { color: rgb(254,112,251); }
H1.HeaderClassName
{
color: #FE70FB;
}
.AnyTagClassName
{
color: #FE70FB;
}
</style>
background-color css
<style>
a { background-color: #FE70FB; }
a { background-color: rgb(254,112,251); }
div.DivClassName
{
background-color: #FE70FB;
}
.BgClassName
{
background-color: #FE70FB;
}
</style>
border-color css
<style>
span { border-color: #FE70FB; }
span { border-color: rgb(254,112,251); }
td.TdClassName
{
border-color: #FE70FB;
}
.TagClassName
{
border-color: #FE70FB;
}
</style>