Shades of Ultra Pink #F771EF
Tints of Ultra Pink #F771EF
RGB
CMYK
RGB Variations
Color information
#F771EF (or 0xF771EF) is known color: Ultra Pink. HEX triplet: F7, 71 and EF. RGB value is (247,113,239). Sum of RGB (Red+Green+Blue) = 247+113+239=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 113 (44.53% from 255 or 18.86% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F771EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F771EF is #088E10. Grayscale: #A7A7A7. Windows color (decimal): -560657 or 15692279. OLE color: 15692279.
HSL color Cylindrical-coordinate representation of color #F771EF: hue angle of 303.58º 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 #F771EF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 239 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.03 |
| HSL | 303.58º | 0.89% | 0.71% | - |
| HSV(B) | 303.58º | 0.54% | 0.97% | - |
| XYZ | 59.84 | 37.82 | 85.81 | - |
| YUV | 167.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 239 | 0 | 0.54 | 0.03 | 0.03 | 303.58 | 0.89 | 0.71 |
| Hex | F7 | 71 | EF | 0 | 36 | 3 | 3 | 130 | 59 | 47 |
| Octal | 367 | 161 | 357 | 0 | 66 | 3 | 3 | 460 | 131 | 107 |
| Binary | 11110111 | 1110001 | 11101111 | 0 | 110110 | 11 | 11 | 100110000 | 1011001 | 1000111 |
Color Harmonies of #F771EF
Complementary color
Monochromatic Colors of #F771EF
Black with #F771EF
Text Example
Text Example
White with #F771EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771EF; }
p { color: rgb(247,113,239); }
H1.HeaderClassName
{
color: #F771EF;
}
.AnyTagClassName
{
color: #F771EF;
}
</style>
background-color css
<style>
a { background-color: #F771EF; }
a { background-color: rgb(247,113,239); }
div.DivClassName
{
background-color: #F771EF;
}
.BgClassName
{
background-color: #F771EF;
}
</style>
border-color css
<style>
span { border-color: #F771EF; }
span { border-color: rgb(247,113,239); }
td.TdClassName
{
border-color: #F771EF;
}
.TagClassName
{
border-color: #F771EF;
}
</style>