Shades of Ultra Pink #F771FA
Tints of Ultra Pink #F771FA
RGB
CMYK
RGB Variations
Color information
#F771FA (or 0xF771FA) is known color: Ultra Pink. HEX triplet: F7, 71 and FA. RGB value is (247,113,250). Sum of RGB (Red+Green+Blue) = 247+113+250=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 113 (44.53% from 255 or 18.52% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #F771FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F771FA is #088E05. Grayscale: #A8A8A8. Windows color (decimal): -560646 or 16413175. OLE color: 16413175.
HSL color Cylindrical-coordinate representation of color #F771FA: hue angle of 298.69º 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 #F771FA is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 113 | 250 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.02 |
| HSL | 298.69º | 0.93% | 0.71% | - |
| HSV(B) | 298.69º | 0.55% | 0.98% | - |
| XYZ | 61.52 | 38.49 | 94.63 | - |
| YUV | 168.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 250 | 0.01 | 0.55 | 0 | 0.02 | 298.69 | 0.93 | 0.71 |
| Hex | F7 | 71 | FA | 1 | 37 | 0 | 2 | 12B | 5D | 47 |
| Octal | 367 | 161 | 372 | 1 | 67 | 0 | 2 | 453 | 135 | 107 |
| Binary | 11110111 | 1110001 | 11111010 | 1 | 110111 | 0 | 10 | 100101011 | 1011101 | 1000111 |
Color Harmonies of #F771FA
Complementary color
Monochromatic Colors of #F771FA
Black with #F771FA
Text Example
Text Example
White with #F771FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771FA; }
p { color: rgb(247,113,250); }
H1.HeaderClassName
{
color: #F771FA;
}
.AnyTagClassName
{
color: #F771FA;
}
</style>
background-color css
<style>
a { background-color: #F771FA; }
a { background-color: rgb(247,113,250); }
div.DivClassName
{
background-color: #F771FA;
}
.BgClassName
{
background-color: #F771FA;
}
</style>
border-color css
<style>
span { border-color: #F771FA; }
span { border-color: rgb(247,113,250); }
td.TdClassName
{
border-color: #F771FA;
}
.TagClassName
{
border-color: #F771FA;
}
</style>