Shades of Ultra Pink #F771FE
Tints of Ultra Pink #F771FE
RGB
CMYK
RGB Variations
Color information
#F771FE (or 0xF771FE) is known color: Ultra Pink. HEX triplet: F7, 71 and FE. RGB value is (247,113,254). Sum of RGB (Red+Green+Blue) = 247+113+254=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 113 (44.53% from 255 or 18.40% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #F771FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F771FE is #088E01. Grayscale: #A8A8A8. Windows color (decimal): -560642 or 16675319. OLE color: 16675319.
HSL color Cylindrical-coordinate representation of color #F771FE: hue angle of 297.02º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F771FE is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 113 | 254 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.00 |
| HSL | 297.02º | 0.99% | 0.72% | - |
| HSV(B) | 297.02º | 0.56% | 1% | - |
| XYZ | 62.15 | 38.74 | 97.97 | - |
| YUV | 169.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 254 | 0.03 | 0.56 | 0 | 0.00 | 297.02 | 0.99 | 0.72 |
| Hex | F7 | 71 | FE | 3 | 38 | 0 | 0 | 129 | 63 | 48 |
| Octal | 367 | 161 | 376 | 3 | 70 | 0 | 0 | 451 | 143 | 110 |
| Binary | 11110111 | 1110001 | 11111110 | 11 | 111000 | 0 | 0 | 100101001 | 1100011 | 1001000 |
Color Harmonies of #F771FE
Complementary color
Monochromatic Colors of #F771FE
Black with #F771FE
Text Example
Text Example
White with #F771FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771FE; }
p { color: rgb(247,113,254); }
H1.HeaderClassName
{
color: #F771FE;
}
.AnyTagClassName
{
color: #F771FE;
}
</style>
background-color css
<style>
a { background-color: #F771FE; }
a { background-color: rgb(247,113,254); }
div.DivClassName
{
background-color: #F771FE;
}
.BgClassName
{
background-color: #F771FE;
}
</style>
border-color css
<style>
span { border-color: #F771FE; }
span { border-color: rgb(247,113,254); }
td.TdClassName
{
border-color: #F771FE;
}
.TagClassName
{
border-color: #F771FE;
}
</style>