Shades of Ultra Pink #FA72F2
Tints of Ultra Pink #FA72F2
RGB
CMYK
RGB Variations
Color information
#FA72F2 (or 0xFA72F2) is known color: Ultra Pink. HEX triplet: FA, 72 and F2. RGB value is (250,114,242). Sum of RGB (Red+Green+Blue) = 250+114+242=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA72F2 is #058D0D. Grayscale: #A8A8A8. Windows color (decimal): -363790 or 15889146. OLE color: 15889146.
HSL color Cylindrical-coordinate representation of color #FA72F2: hue angle of 303.53º 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 #FA72F2 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 242 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.02 |
| HSL | 303.53º | 0.93% | 0.71% | - |
| HSV(B) | 303.53º | 0.54% | 0.98% | - |
| XYZ | 61.47 | 38.77 | 88.25 | - |
| YUV | 169.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 242 | 0 | 0.54 | 0.03 | 0.02 | 303.53 | 0.93 | 0.71 |
| Hex | FA | 72 | F2 | 0 | 36 | 3 | 2 | 130 | 5D | 47 |
| Octal | 372 | 162 | 362 | 0 | 66 | 3 | 2 | 460 | 135 | 107 |
| Binary | 11111010 | 1110010 | 11110010 | 0 | 110110 | 11 | 10 | 100110000 | 1011101 | 1000111 |
Color Harmonies of #FA72F2
Complementary color
Monochromatic Colors of #FA72F2
Black with #FA72F2
Text Example
Text Example
White with #FA72F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA72F2; }
p { color: rgb(250,114,242); }
H1.HeaderClassName
{
color: #FA72F2;
}
.AnyTagClassName
{
color: #FA72F2;
}
</style>
background-color css
<style>
a { background-color: #FA72F2; }
a { background-color: rgb(250,114,242); }
div.DivClassName
{
background-color: #FA72F2;
}
.BgClassName
{
background-color: #FA72F2;
}
</style>
border-color css
<style>
span { border-color: #FA72F2; }
span { border-color: rgb(250,114,242); }
td.TdClassName
{
border-color: #FA72F2;
}
.TagClassName
{
border-color: #FA72F2;
}
</style>