Shades of Ultra Pink #FA72FA
Tints of Ultra Pink #FA72FA
RGB
CMYK
RGB Variations
Color information
#FA72FA (or 0xFA72FA) is known color: Ultra Pink. HEX triplet: FA, 72 and FA. RGB value is (250,114,250). Sum of RGB (Red+Green+Blue) = 250+114+250=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 114 (44.92% from 255 or 18.57% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA72FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA72FA is #058D05. Grayscale: #A9A9A9. Windows color (decimal): -363782 or 16413434. OLE color: 16413434.
HSL color Cylindrical-coordinate representation of color #FA72FA: hue angle of 300º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA72FA is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 250 | - |
| CMYK | 0 | 0.54 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.71% | - |
| HSV(B) | 300º | 0.54% | 0.98% | - |
| XYZ | 62.7 | 39.26 | 94.72 | - |
| YUV | 170.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 250 | 0 | 0.54 | 0 | 0.02 | 300 | 0.93 | 0.71 |
| Hex | FA | 72 | FA | 0 | 36 | 0 | 2 | 12C | 5D | 47 |
| Octal | 372 | 162 | 372 | 0 | 66 | 0 | 2 | 454 | 135 | 107 |
| Binary | 11111010 | 1110010 | 11111010 | 0 | 110110 | 0 | 10 | 100101100 | 1011101 | 1000111 |
Color Harmonies of #FA72FA
Complementary color
Monochromatic Colors of #FA72FA
Black with #FA72FA
Text Example
Text Example
White with #FA72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA72FA; }
p { color: rgb(250,114,250); }
H1.HeaderClassName
{
color: #FA72FA;
}
.AnyTagClassName
{
color: #FA72FA;
}
</style>
background-color css
<style>
a { background-color: #FA72FA; }
a { background-color: rgb(250,114,250); }
div.DivClassName
{
background-color: #FA72FA;
}
.BgClassName
{
background-color: #FA72FA;
}
</style>
border-color css
<style>
span { border-color: #FA72FA; }
span { border-color: rgb(250,114,250); }
td.TdClassName
{
border-color: #FA72FA;
}
.TagClassName
{
border-color: #FA72FA;
}
</style>