Shades of Ultra Pink #FA70ED
Tints of Ultra Pink #FA70ED
RGB
CMYK
RGB Variations
Color information
#FA70ED (or 0xFA70ED) is known color: Ultra Pink. HEX triplet: FA, 70 and ED. RGB value is (250,112,237). Sum of RGB (Red+Green+Blue) = 250+112+237=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 112 (44.14% from 255 or 18.70% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA70ED is #058F12. Grayscale: #A7A7A7. Windows color (decimal): -364307 or 15560954. OLE color: 15560954.
HSL color Cylindrical-coordinate representation of color #FA70ED: hue angle of 305.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA70ED is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 237 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.02 |
| HSL | 305.65º | 0.93% | 0.71% | - |
| HSV(B) | 305.65º | 0.55% | 0.98% | - |
| XYZ | 60.5 | 38.03 | 84.27 | - |
| YUV | 167.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 237 | 0 | 0.55 | 0.05 | 0.02 | 305.65 | 0.93 | 0.71 |
| Hex | FA | 70 | ED | 0 | 37 | 5 | 2 | 132 | 5D | 47 |
| Octal | 372 | 160 | 355 | 0 | 67 | 5 | 2 | 462 | 135 | 107 |
| Binary | 11111010 | 1110000 | 11101101 | 0 | 110111 | 101 | 10 | 100110010 | 1011101 | 1000111 |
Color Harmonies of #FA70ED
Complementary color
Monochromatic Colors of #FA70ED
Black with #FA70ED
Text Example
Text Example
White with #FA70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70ED; }
p { color: rgb(250,112,237); }
H1.HeaderClassName
{
color: #FA70ED;
}
.AnyTagClassName
{
color: #FA70ED;
}
</style>
background-color css
<style>
a { background-color: #FA70ED; }
a { background-color: rgb(250,112,237); }
div.DivClassName
{
background-color: #FA70ED;
}
.BgClassName
{
background-color: #FA70ED;
}
</style>
border-color css
<style>
span { border-color: #FA70ED; }
span { border-color: rgb(250,112,237); }
td.TdClassName
{
border-color: #FA70ED;
}
.TagClassName
{
border-color: #FA70ED;
}
</style>