Shades of Ultra Pink #FA72ED
Tints of Ultra Pink #FA72ED
RGB
CMYK
RGB Variations
Color information
#FA72ED (or 0xFA72ED) is known color: Ultra Pink. HEX triplet: FA, 72 and ED. RGB value is (250,114,237). Sum of RGB (Red+Green+Blue) = 250+114+237=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 114 (44.92% from 255 or 18.97% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA72ED is #058D12. Grayscale: #A8A8A8. Windows color (decimal): -363795 or 15561466. OLE color: 15561466.
HSL color Cylindrical-coordinate representation of color #FA72ED: hue angle of 305.74º 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 #FA72ED is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 237 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.02 |
| HSL | 305.74º | 0.93% | 0.71% | - |
| HSV(B) | 305.74º | 0.54% | 0.98% | - |
| XYZ | 60.73 | 38.47 | 84.35 | - |
| YUV | 168.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 237 | 0 | 0.54 | 0.05 | 0.02 | 305.74 | 0.93 | 0.71 |
| Hex | FA | 72 | ED | 0 | 36 | 5 | 2 | 132 | 5D | 47 |
| Octal | 372 | 162 | 355 | 0 | 66 | 5 | 2 | 462 | 135 | 107 |
| Binary | 11111010 | 1110010 | 11101101 | 0 | 110110 | 101 | 10 | 100110010 | 1011101 | 1000111 |
Color Harmonies of #FA72ED
Complementary color
Monochromatic Colors of #FA72ED
Black with #FA72ED
Text Example
Text Example
White with #FA72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA72ED; }
p { color: rgb(250,114,237); }
H1.HeaderClassName
{
color: #FA72ED;
}
.AnyTagClassName
{
color: #FA72ED;
}
</style>
background-color css
<style>
a { background-color: #FA72ED; }
a { background-color: rgb(250,114,237); }
div.DivClassName
{
background-color: #FA72ED;
}
.BgClassName
{
background-color: #FA72ED;
}
</style>
border-color css
<style>
span { border-color: #FA72ED; }
span { border-color: rgb(250,114,237); }
td.TdClassName
{
border-color: #FA72ED;
}
.TagClassName
{
border-color: #FA72ED;
}
</style>