Shades of Ultra Pink #F871F0
Tints of Ultra Pink #F871F0
RGB
CMYK
RGB Variations
Color information
#F871F0 (or 0xF871F0) is known color: Ultra Pink. HEX triplet: F8, 71 and F0. RGB value is (248,113,240). Sum of RGB (Red+Green+Blue) = 248+113+240=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 113 (44.53% from 255 or 18.80% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F871F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F871F0 is #078E0F. Grayscale: #A7A7A7. Windows color (decimal): -495120 or 15757816. OLE color: 15757816.
HSL color Cylindrical-coordinate representation of color #F871F0: hue angle of 303.56º degrees, saturation: 0.91, 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 #F871F0 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 240 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.03 |
| HSL | 303.56º | 0.91% | 0.71% | - |
| HSV(B) | 303.56º | 0.54% | 0.97% | - |
| XYZ | 60.34 | 38.06 | 86.6 | - |
| YUV | 167.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 240 | 0 | 0.54 | 0.03 | 0.03 | 303.56 | 0.91 | 0.71 |
| Hex | F8 | 71 | F0 | 0 | 36 | 3 | 3 | 130 | 5B | 47 |
| Octal | 370 | 161 | 360 | 0 | 66 | 3 | 3 | 460 | 133 | 107 |
| Binary | 11111000 | 1110001 | 11110000 | 0 | 110110 | 11 | 11 | 100110000 | 1011011 | 1000111 |
Color Harmonies of #F871F0
Complementary color
Monochromatic Colors of #F871F0
Black with #F871F0
Text Example
Text Example
White with #F871F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F871F0; }
p { color: rgb(248,113,240); }
H1.HeaderClassName
{
color: #F871F0;
}
.AnyTagClassName
{
color: #F871F0;
}
</style>
background-color css
<style>
a { background-color: #F871F0; }
a { background-color: rgb(248,113,240); }
div.DivClassName
{
background-color: #F871F0;
}
.BgClassName
{
background-color: #F871F0;
}
</style>
border-color css
<style>
span { border-color: #F871F0; }
span { border-color: rgb(248,113,240); }
td.TdClassName
{
border-color: #F871F0;
}
.TagClassName
{
border-color: #F871F0;
}
</style>