Shades of Ultra Pink #FB70F0
Tints of Ultra Pink #FB70F0
RGB
CMYK
RGB Variations
Color information
#FB70F0 (or 0xFB70F0) is known color: Ultra Pink. HEX triplet: FB, 70 and F0. RGB value is (251,112,240). Sum of RGB (Red+Green+Blue) = 251+112+240=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB70F0 is #048F0F. Grayscale: #A7A7A7. Windows color (decimal): -298768 or 15757563. OLE color: 15757563.
HSL color Cylindrical-coordinate representation of color #FB70F0: hue angle of 304.75º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB70F0 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 240 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.02 |
| HSL | 304.75º | 0.95% | 0.71% | - |
| HSV(B) | 304.75º | 0.55% | 0.98% | - |
| XYZ | 61.31 | 38.39 | 86.62 | - |
| YUV | 168.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 240 | 0 | 0.55 | 0.04 | 0.02 | 304.75 | 0.95 | 0.71 |
| Hex | FB | 70 | F0 | 0 | 37 | 4 | 2 | 131 | 5F | 47 |
| Octal | 373 | 160 | 360 | 0 | 67 | 4 | 2 | 461 | 137 | 107 |
| Binary | 11111011 | 1110000 | 11110000 | 0 | 110111 | 100 | 10 | 100110001 | 1011111 | 1000111 |
Color Harmonies of #FB70F0
Complementary color
Monochromatic Colors of #FB70F0
Black with #FB70F0
Text Example
Text Example
White with #FB70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70F0; }
p { color: rgb(251,112,240); }
H1.HeaderClassName
{
color: #FB70F0;
}
.AnyTagClassName
{
color: #FB70F0;
}
</style>
background-color css
<style>
a { background-color: #FB70F0; }
a { background-color: rgb(251,112,240); }
div.DivClassName
{
background-color: #FB70F0;
}
.BgClassName
{
background-color: #FB70F0;
}
</style>
border-color css
<style>
span { border-color: #FB70F0; }
span { border-color: rgb(251,112,240); }
td.TdClassName
{
border-color: #FB70F0;
}
.TagClassName
{
border-color: #FB70F0;
}
</style>