Shades of Ultra Pink #FB70FF
Tints of Ultra Pink #FB70FF
RGB
CMYK
RGB Variations
Color information
#FB70FF (or 0xFB70FF) is known color: Ultra Pink. HEX triplet: FB, 70 and FF. RGB value is (251,112,255). Sum of RGB (Red+Green+Blue) = 251+112+255=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 112 (44.14% from 255 or 18.12% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB70FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB70FF is #048F00. Grayscale: #A9A9A9. Windows color (decimal): -298753 or 16740603. OLE color: 16740603.
HSL color Cylindrical-coordinate representation of color #FB70FF: hue angle of 298.32º 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 #FB70FF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 112 | 255 | - |
| CMYK | 0.02 | 0.56 | 0 | 0 |
| HSL | 298.32º | 1% | 0.72% | - |
| HSV(B) | 298.32º | 0.56% | 1% | - |
| XYZ | 63.63 | 39.32 | 98.84 | - |
| YUV | 169.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 255 | 0.02 | 0.56 | 0 | 0 | 298.32 | 1 | 0.72 |
| Hex | FB | 70 | FF | 2 | 38 | 0 | 0 | 12A | 64 | 48 |
| Octal | 373 | 160 | 377 | 2 | 70 | 0 | 0 | 452 | 144 | 110 |
| Binary | 11111011 | 1110000 | 11111111 | 10 | 111000 | 0 | 0 | 100101010 | 1100100 | 1001000 |
Color Harmonies of #FB70FF
Complementary color
Monochromatic Colors of #FB70FF
Black with #FB70FF
Text Example
Text Example
White with #FB70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70FF; }
p { color: rgb(251,112,255); }
H1.HeaderClassName
{
color: #FB70FF;
}
.AnyTagClassName
{
color: #FB70FF;
}
</style>
background-color css
<style>
a { background-color: #FB70FF; }
a { background-color: rgb(251,112,255); }
div.DivClassName
{
background-color: #FB70FF;
}
.BgClassName
{
background-color: #FB70FF;
}
</style>
border-color css
<style>
span { border-color: #FB70FF; }
span { border-color: rgb(251,112,255); }
td.TdClassName
{
border-color: #FB70FF;
}
.TagClassName
{
border-color: #FB70FF;
}
</style>