Shades of Ultra Pink #F971FF
Tints of Ultra Pink #F971FF
RGB
CMYK
RGB Variations
Color information
#F971FF (or 0xF971FF) is known color: Ultra Pink. HEX triplet: F9, 71 and FF. RGB value is (249,113,255). Sum of RGB (Red+Green+Blue) = 249+113+255=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 113 (44.53% from 255 or 18.31% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #F971FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F971FF is #068E00. Grayscale: #A9A9A9. Windows color (decimal): -429569 or 16740857. OLE color: 16740857.
HSL color Cylindrical-coordinate representation of color #F971FF: hue angle of 297.46º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F971FF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 113 | 255 | - |
| CMYK | 0.02 | 0.56 | 0 | 0 |
| HSL | 297.46º | 1% | 0.72% | - |
| HSV(B) | 297.46º | 0.56% | 1% | - |
| XYZ | 63.02 | 39.17 | 98.85 | - |
| YUV | 169.85 | 176.06 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 255 | 0.02 | 0.56 | 0 | 0 | 297.46 | 1 | 0.72 |
| Hex | F9 | 71 | FF | 2 | 38 | 0 | 0 | 129 | 64 | 48 |
| Octal | 371 | 161 | 377 | 2 | 70 | 0 | 0 | 451 | 144 | 110 |
| Binary | 11111001 | 1110001 | 11111111 | 10 | 111000 | 0 | 0 | 100101001 | 1100100 | 1001000 |
Color Harmonies of #F971FF
Complementary color
Monochromatic Colors of #F971FF
Black with #F971FF
Text Example
Text Example
White with #F971FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F971FF; }
p { color: rgb(249,113,255); }
H1.HeaderClassName
{
color: #F971FF;
}
.AnyTagClassName
{
color: #F971FF;
}
</style>
background-color css
<style>
a { background-color: #F971FF; }
a { background-color: rgb(249,113,255); }
div.DivClassName
{
background-color: #F971FF;
}
.BgClassName
{
background-color: #F971FF;
}
</style>
border-color css
<style>
span { border-color: #F971FF; }
span { border-color: rgb(249,113,255); }
td.TdClassName
{
border-color: #F971FF;
}
.TagClassName
{
border-color: #F971FF;
}
</style>