Shades of Ultra Pink #FB70ED
Tints of Ultra Pink #FB70ED
RGB
CMYK
RGB Variations
Color information
#FB70ED (or 0xFB70ED) is known color: Ultra Pink. HEX triplet: FB, 70 and ED. RGB value is (251,112,237). Sum of RGB (Red+Green+Blue) = 251+112+237=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 112 (44.14% from 255 or 18.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB70ED is #048F12. Grayscale: #A7A7A7. Windows color (decimal): -298771 or 15560955. OLE color: 15560955.
HSL color Cylindrical-coordinate representation of color #FB70ED: hue angle of 306.04º 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 #FB70ED is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 237 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.02 |
| HSL | 306.04º | 0.95% | 0.71% | - |
| HSV(B) | 306.04º | 0.55% | 0.98% | - |
| XYZ | 60.86 | 38.21 | 84.29 | - |
| YUV | 167.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 237 | 0 | 0.55 | 0.06 | 0.02 | 306.04 | 0.95 | 0.71 |
| Hex | FB | 70 | ED | 0 | 37 | 6 | 2 | 132 | 5F | 47 |
| Octal | 373 | 160 | 355 | 0 | 67 | 6 | 2 | 462 | 137 | 107 |
| Binary | 11111011 | 1110000 | 11101101 | 0 | 110111 | 110 | 10 | 100110010 | 1011111 | 1000111 |
Color Harmonies of #FB70ED
Complementary color
Monochromatic Colors of #FB70ED
Black with #FB70ED
Text Example
Text Example
White with #FB70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB70ED; }
p { color: rgb(251,112,237); }
H1.HeaderClassName
{
color: #FB70ED;
}
.AnyTagClassName
{
color: #FB70ED;
}
</style>
background-color css
<style>
a { background-color: #FB70ED; }
a { background-color: rgb(251,112,237); }
div.DivClassName
{
background-color: #FB70ED;
}
.BgClassName
{
background-color: #FB70ED;
}
</style>
border-color css
<style>
span { border-color: #FB70ED; }
span { border-color: rgb(251,112,237); }
td.TdClassName
{
border-color: #FB70ED;
}
.TagClassName
{
border-color: #FB70ED;
}
</style>