Shades of Ultra Pink #FA70EF
Tints of Ultra Pink #FA70EF
RGB
CMYK
RGB Variations
Color information
#FA70EF (or 0xFA70EF) is known color: Ultra Pink. HEX triplet: FA, 70 and EF. RGB value is (250,112,239). Sum of RGB (Red+Green+Blue) = 250+112+239=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 112 (44.14% from 255 or 18.64% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA70EF is #058F10. Grayscale: #A7A7A7. Windows color (decimal): -364305 or 15692026. OLE color: 15692026.
HSL color Cylindrical-coordinate representation of color #FA70EF: hue angle of 304.78º 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 #FA70EF is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 239 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.02 |
| HSL | 304.78º | 0.93% | 0.71% | - |
| HSV(B) | 304.78º | 0.55% | 0.98% | - |
| XYZ | 60.8 | 38.14 | 85.82 | - |
| YUV | 167.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 239 | 0 | 0.55 | 0.04 | 0.02 | 304.78 | 0.93 | 0.71 |
| Hex | FA | 70 | EF | 0 | 37 | 4 | 2 | 131 | 5D | 47 |
| Octal | 372 | 160 | 357 | 0 | 67 | 4 | 2 | 461 | 135 | 107 |
| Binary | 11111010 | 1110000 | 11101111 | 0 | 110111 | 100 | 10 | 100110001 | 1011101 | 1000111 |
Color Harmonies of #FA70EF
Complementary color
Monochromatic Colors of #FA70EF
Black with #FA70EF
Text Example
Text Example
White with #FA70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70EF; }
p { color: rgb(250,112,239); }
H1.HeaderClassName
{
color: #FA70EF;
}
.AnyTagClassName
{
color: #FA70EF;
}
</style>
background-color css
<style>
a { background-color: #FA70EF; }
a { background-color: rgb(250,112,239); }
div.DivClassName
{
background-color: #FA70EF;
}
.BgClassName
{
background-color: #FA70EF;
}
</style>
border-color css
<style>
span { border-color: #FA70EF; }
span { border-color: rgb(250,112,239); }
td.TdClassName
{
border-color: #FA70EF;
}
.TagClassName
{
border-color: #FA70EF;
}
</style>