Shades of Ultra Pink #F471F7
Tints of Ultra Pink #F471F7
RGB
CMYK
RGB Variations
Color information
#F471F7 (or 0xF471F7) is known color: Ultra Pink. HEX triplet: F4, 71 and F7. RGB value is (244,113,247). Sum of RGB (Red+Green+Blue) = 244+113+247=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 113 (44.53% from 255 or 18.71% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #F471F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F471F7 is #0B8E08. Grayscale: #A7A7A7. Windows color (decimal): -757257 or 16216564. OLE color: 16216564.
HSL color Cylindrical-coordinate representation of color #F471F7: hue angle of 298.66º 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 #F471F7 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 113 | 247 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.03 |
| HSL | 298.66º | 0.89% | 0.71% | - |
| HSV(B) | 298.66º | 0.54% | 0.97% | - |
| XYZ | 60 | 37.76 | 92.12 | - |
| YUV | 167.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 247 | 0.01 | 0.54 | 0 | 0.03 | 298.66 | 0.89 | 0.71 |
| Hex | F4 | 71 | F7 | 1 | 36 | 0 | 3 | 12B | 59 | 47 |
| Octal | 364 | 161 | 367 | 1 | 66 | 0 | 3 | 453 | 131 | 107 |
| Binary | 11110100 | 1110001 | 11110111 | 1 | 110110 | 0 | 11 | 100101011 | 1011001 | 1000111 |
Color Harmonies of #F471F7
Complementary color
Monochromatic Colors of #F471F7
Black with #F471F7
Text Example
Text Example
White with #F471F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F471F7; }
p { color: rgb(244,113,247); }
H1.HeaderClassName
{
color: #F471F7;
}
.AnyTagClassName
{
color: #F471F7;
}
</style>
background-color css
<style>
a { background-color: #F471F7; }
a { background-color: rgb(244,113,247); }
div.DivClassName
{
background-color: #F471F7;
}
.BgClassName
{
background-color: #F471F7;
}
</style>
border-color css
<style>
span { border-color: #F471F7; }
span { border-color: rgb(244,113,247); }
td.TdClassName
{
border-color: #F471F7;
}
.TagClassName
{
border-color: #F471F7;
}
</style>