Shades of Ultra Pink #F772FA
Tints of Ultra Pink #F772FA
RGB
CMYK
RGB Variations
Color information
#F772FA (or 0xF772FA) is known color: Ultra Pink. HEX triplet: F7, 72 and FA. RGB value is (247,114,250). Sum of RGB (Red+Green+Blue) = 247+114+250=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 114 (44.92% from 255 or 18.66% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #F772FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F772FA is #088D05. Grayscale: #A8A8A8. Windows color (decimal): -560390 or 16413431. OLE color: 16413431.
HSL color Cylindrical-coordinate representation of color #F772FA: hue angle of 298.68º 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 #F772FA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 114 | 250 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.02 |
| HSL | 298.68º | 0.93% | 0.71% | - |
| HSV(B) | 298.68º | 0.54% | 0.98% | - |
| XYZ | 61.63 | 38.71 | 94.67 | - |
| YUV | 169.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 250 | 0.01 | 0.54 | 0 | 0.02 | 298.68 | 0.93 | 0.71 |
| Hex | F7 | 72 | FA | 1 | 36 | 0 | 2 | 12B | 5D | 47 |
| Octal | 367 | 162 | 372 | 1 | 66 | 0 | 2 | 453 | 135 | 107 |
| Binary | 11110111 | 1110010 | 11111010 | 1 | 110110 | 0 | 10 | 100101011 | 1011101 | 1000111 |
Color Harmonies of #F772FA
Complementary color
Monochromatic Colors of #F772FA
Black with #F772FA
Text Example
Text Example
White with #F772FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772FA; }
p { color: rgb(247,114,250); }
H1.HeaderClassName
{
color: #F772FA;
}
.AnyTagClassName
{
color: #F772FA;
}
</style>
background-color css
<style>
a { background-color: #F772FA; }
a { background-color: rgb(247,114,250); }
div.DivClassName
{
background-color: #F772FA;
}
.BgClassName
{
background-color: #F772FA;
}
</style>
border-color css
<style>
span { border-color: #F772FA; }
span { border-color: rgb(247,114,250); }
td.TdClassName
{
border-color: #F772FA;
}
.TagClassName
{
border-color: #F772FA;
}
</style>