Shades of Ultra Pink #F771F5
Tints of Ultra Pink #F771F5
RGB
CMYK
RGB Variations
Color information
#F771F5 (or 0xF771F5) is known color: Ultra Pink. HEX triplet: F7, 71 and F5. RGB value is (247,113,245). Sum of RGB (Red+Green+Blue) = 247+113+245=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F771F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F771F5 is #088E0A. Grayscale: #A7A7A7. Windows color (decimal): -560651 or 16085495. OLE color: 16085495.
HSL color Cylindrical-coordinate representation of color #F771F5: hue angle of 300.9º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F771F5 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 245 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.03 |
| HSL | 300.9º | 0.89% | 0.71% | - |
| HSV(B) | 300.9º | 0.54% | 0.97% | - |
| XYZ | 60.74 | 38.18 | 90.55 | - |
| YUV | 168.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 245 | 0 | 0.54 | 0.01 | 0.03 | 300.9 | 0.89 | 0.71 |
| Hex | F7 | 71 | F5 | 0 | 36 | 1 | 3 | 12D | 59 | 47 |
| Octal | 367 | 161 | 365 | 0 | 66 | 1 | 3 | 455 | 131 | 107 |
| Binary | 11110111 | 1110001 | 11110101 | 0 | 110110 | 1 | 11 | 100101101 | 1011001 | 1000111 |
Color Harmonies of #F771F5
Complementary color
Monochromatic Colors of #F771F5
Black with #F771F5
Text Example
Text Example
White with #F771F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771F5; }
p { color: rgb(247,113,245); }
H1.HeaderClassName
{
color: #F771F5;
}
.AnyTagClassName
{
color: #F771F5;
}
</style>
background-color css
<style>
a { background-color: #F771F5; }
a { background-color: rgb(247,113,245); }
div.DivClassName
{
background-color: #F771F5;
}
.BgClassName
{
background-color: #F771F5;
}
</style>
border-color css
<style>
span { border-color: #F771F5; }
span { border-color: rgb(247,113,245); }
td.TdClassName
{
border-color: #F771F5;
}
.TagClassName
{
border-color: #F771F5;
}
</style>