Shades of Ultra Pink #FF70ED
Tints of Ultra Pink #FF70ED
RGB
CMYK
RGB Variations
Color information
#FF70ED (or 0xFF70ED) is known color: Ultra Pink. HEX triplet: FF, 70 and ED. RGB value is (255,112,237). Sum of RGB (Red+Green+Blue) = 255+112+237=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 112 (44.14% from 255 or 18.54% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF70ED is #008F12. Grayscale: #A8A8A8. Windows color (decimal): -36627 or 15560959. OLE color: 15560959.
HSL color Cylindrical-coordinate representation of color #FF70ED: hue angle of 307.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70ED is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 237 | - |
| CMYK | 0 | 0.56 | 0.07 | 0 |
| HSL | 307.55º | 1% | 0.72% | - |
| HSV(B) | 307.55º | 0.56% | 1% | - |
| XYZ | 62.32 | 38.96 | 84.36 | - |
| YUV | 169.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 237 | 0 | 0.56 | 0.07 | 0 | 307.55 | 1 | 0.72 |
| Hex | FF | 70 | ED | 0 | 38 | 7 | 0 | 134 | 64 | 48 |
| Octal | 377 | 160 | 355 | 0 | 70 | 7 | 0 | 464 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11101101 | 0 | 111000 | 111 | 0 | 100110100 | 1100100 | 1001000 |
Color Harmonies of #FF70ED
Complementary color
Monochromatic Colors of #FF70ED
Black with #FF70ED
Text Example
Text Example
White with #FF70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70ED; }
p { color: rgb(255,112,237); }
H1.HeaderClassName
{
color: #FF70ED;
}
.AnyTagClassName
{
color: #FF70ED;
}
</style>
background-color css
<style>
a { background-color: #FF70ED; }
a { background-color: rgb(255,112,237); }
div.DivClassName
{
background-color: #FF70ED;
}
.BgClassName
{
background-color: #FF70ED;
}
</style>
border-color css
<style>
span { border-color: #FF70ED; }
span { border-color: rgb(255,112,237); }
td.TdClassName
{
border-color: #FF70ED;
}
.TagClassName
{
border-color: #FF70ED;
}
</style>