Shades of Ultra Pink #FA70F0
Tints of Ultra Pink #FA70F0
RGB
CMYK
RGB Variations
Color information
#FA70F0 (or 0xFA70F0) is known color: Ultra Pink. HEX triplet: FA, 70 and F0. RGB value is (250,112,240). Sum of RGB (Red+Green+Blue) = 250+112+240=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA70F0 is #058F0F. Grayscale: #A7A7A7. Windows color (decimal): -364304 or 15757562. OLE color: 15757562.
HSL color Cylindrical-coordinate representation of color #FA70F0: hue angle of 304.35º 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 #FA70F0 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 240 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.02 |
| HSL | 304.35º | 0.93% | 0.71% | - |
| HSV(B) | 304.35º | 0.55% | 0.98% | - |
| XYZ | 60.95 | 38.2 | 86.6 | - |
| YUV | 167.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 240 | 0 | 0.55 | 0.04 | 0.02 | 304.35 | 0.93 | 0.71 |
| Hex | FA | 70 | F0 | 0 | 37 | 4 | 2 | 130 | 5D | 47 |
| Octal | 372 | 160 | 360 | 0 | 67 | 4 | 2 | 460 | 135 | 107 |
| Binary | 11111010 | 1110000 | 11110000 | 0 | 110111 | 100 | 10 | 100110000 | 1011101 | 1000111 |
Color Harmonies of #FA70F0
Complementary color
Monochromatic Colors of #FA70F0
Black with #FA70F0
Text Example
Text Example
White with #FA70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70F0; }
p { color: rgb(250,112,240); }
H1.HeaderClassName
{
color: #FA70F0;
}
.AnyTagClassName
{
color: #FA70F0;
}
</style>
background-color css
<style>
a { background-color: #FA70F0; }
a { background-color: rgb(250,112,240); }
div.DivClassName
{
background-color: #FA70F0;
}
.BgClassName
{
background-color: #FA70F0;
}
</style>
border-color css
<style>
span { border-color: #FA70F0; }
span { border-color: rgb(250,112,240); }
td.TdClassName
{
border-color: #FA70F0;
}
.TagClassName
{
border-color: #FA70F0;
}
</style>