Shades of Ultra Pink #F870FD
Tints of Ultra Pink #F870FD
RGB
CMYK
RGB Variations
Color information
#F870FD (or 0xF870FD) is known color: Ultra Pink. HEX triplet: F8, 70 and FD. RGB value is (248,112,253). Sum of RGB (Red+Green+Blue) = 248+112+253=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 112 (44.14% from 255 or 18.27% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #F870FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F870FD is #078F02. Grayscale: #A8A8A8. Windows color (decimal): -495363 or 16609528. OLE color: 16609528.
HSL color Cylindrical-coordinate representation of color #F870FD: hue angle of 297.87º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F870FD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 112 | 253 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.01 |
| HSL | 297.87º | 0.97% | 0.72% | - |
| HSV(B) | 297.87º | 0.56% | 0.99% | - |
| XYZ | 62.24 | 38.64 | 97.11 | - |
| YUV | 168.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 253 | 0.02 | 0.56 | 0 | 0.01 | 297.87 | 0.97 | 0.72 |
| Hex | F8 | 70 | FD | 2 | 38 | 0 | 1 | 12A | 61 | 48 |
| Octal | 370 | 160 | 375 | 2 | 70 | 0 | 1 | 452 | 141 | 110 |
| Binary | 11111000 | 1110000 | 11111101 | 10 | 111000 | 0 | 1 | 100101010 | 1100001 | 1001000 |
Color Harmonies of #F870FD
Complementary color
Monochromatic Colors of #F870FD
Black with #F870FD
Text Example
Text Example
White with #F870FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F870FD; }
p { color: rgb(248,112,253); }
H1.HeaderClassName
{
color: #F870FD;
}
.AnyTagClassName
{
color: #F870FD;
}
</style>
background-color css
<style>
a { background-color: #F870FD; }
a { background-color: rgb(248,112,253); }
div.DivClassName
{
background-color: #F870FD;
}
.BgClassName
{
background-color: #F870FD;
}
</style>
border-color css
<style>
span { border-color: #F870FD; }
span { border-color: rgb(248,112,253); }
td.TdClassName
{
border-color: #F870FD;
}
.TagClassName
{
border-color: #F870FD;
}
</style>