Shades of Ultra Pink #FA71F2
Tints of Ultra Pink #FA71F2
RGB
CMYK
RGB Variations
Color information
#FA71F2 (or 0xFA71F2) is known color: Ultra Pink. HEX triplet: FA, 71 and F2. RGB value is (250,113,242). Sum of RGB (Red+Green+Blue) = 250+113+242=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA71F2 is #058E0D. Grayscale: #A8A8A8. Windows color (decimal): -364046 or 15888890. OLE color: 15888890.
HSL color Cylindrical-coordinate representation of color #FA71F2: hue angle of 303.5º 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 #FA71F2 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 242 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.02 |
| HSL | 303.5º | 0.93% | 0.71% | - |
| HSV(B) | 303.5º | 0.55% | 0.98% | - |
| XYZ | 61.36 | 38.55 | 88.21 | - |
| YUV | 168.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 242 | 0 | 0.55 | 0.03 | 0.02 | 303.5 | 0.93 | 0.71 |
| Hex | FA | 71 | F2 | 0 | 37 | 3 | 2 | 130 | 5D | 47 |
| Octal | 372 | 161 | 362 | 0 | 67 | 3 | 2 | 460 | 135 | 107 |
| Binary | 11111010 | 1110001 | 11110010 | 0 | 110111 | 11 | 10 | 100110000 | 1011101 | 1000111 |
Color Harmonies of #FA71F2
Complementary color
Monochromatic Colors of #FA71F2
Black with #FA71F2
Text Example
Text Example
White with #FA71F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA71F2; }
p { color: rgb(250,113,242); }
H1.HeaderClassName
{
color: #FA71F2;
}
.AnyTagClassName
{
color: #FA71F2;
}
</style>
background-color css
<style>
a { background-color: #FA71F2; }
a { background-color: rgb(250,113,242); }
div.DivClassName
{
background-color: #FA71F2;
}
.BgClassName
{
background-color: #FA71F2;
}
</style>
border-color css
<style>
span { border-color: #FA71F2; }
span { border-color: rgb(250,113,242); }
td.TdClassName
{
border-color: #FA71F2;
}
.TagClassName
{
border-color: #FA71F2;
}
</style>