Shades of Ultra Pink #F871ED
Tints of Ultra Pink #F871ED
RGB
CMYK
RGB Variations
Color information
#F871ED (or 0xF871ED) is known color: Ultra Pink. HEX triplet: F8, 71 and ED. RGB value is (248,113,237). Sum of RGB (Red+Green+Blue) = 248+113+237=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 113 (44.53% from 255 or 18.90% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F871ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F871ED is #078E12. Grayscale: #A7A7A7. Windows color (decimal): -495123 or 15561208. OLE color: 15561208.
HSL color Cylindrical-coordinate representation of color #F871ED: hue angle of 304.89º 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 #F871ED is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 237 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.03 |
| HSL | 304.89º | 0.91% | 0.71% | - |
| HSV(B) | 304.89º | 0.54% | 0.97% | - |
| XYZ | 59.9 | 37.88 | 84.28 | - |
| YUV | 167.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 237 | 0 | 0.54 | 0.04 | 0.03 | 304.89 | 0.91 | 0.71 |
| Hex | F8 | 71 | ED | 0 | 36 | 4 | 3 | 131 | 5B | 47 |
| Octal | 370 | 161 | 355 | 0 | 66 | 4 | 3 | 461 | 133 | 107 |
| Binary | 11111000 | 1110001 | 11101101 | 0 | 110110 | 100 | 11 | 100110001 | 1011011 | 1000111 |
Color Harmonies of #F871ED
Complementary color
Monochromatic Colors of #F871ED
Black with #F871ED
Text Example
Text Example
White with #F871ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F871ED; }
p { color: rgb(248,113,237); }
H1.HeaderClassName
{
color: #F871ED;
}
.AnyTagClassName
{
color: #F871ED;
}
</style>
background-color css
<style>
a { background-color: #F871ED; }
a { background-color: rgb(248,113,237); }
div.DivClassName
{
background-color: #F871ED;
}
.BgClassName
{
background-color: #F871ED;
}
</style>
border-color css
<style>
span { border-color: #F871ED; }
span { border-color: rgb(248,113,237); }
td.TdClassName
{
border-color: #F871ED;
}
.TagClassName
{
border-color: #F871ED;
}
</style>