Shades of Ultra Pink #FB6EFF
Tints of Ultra Pink #FB6EFF
RGB
CMYK
RGB Variations
Color information
#FB6EFF (or 0xFB6EFF) is known color: Ultra Pink. HEX triplet: FB, 6E and FF. RGB value is (251,110,255). Sum of RGB (Red+Green+Blue) = 251+110+255=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 110 (43.36% from 255 or 17.86% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB6EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6EFF is #049100. Grayscale: #A8A8A8. Windows color (decimal): -299265 or 16740091. OLE color: 16740091.
HSL color Cylindrical-coordinate representation of color #FB6EFF: hue angle of 298.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6EFF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 110 | 255 | - |
| CMYK | 0.02 | 0.57 | 0 | 0 |
| HSL | 298.34º | 1% | 0.72% | - |
| HSV(B) | 298.34º | 0.57% | 1% | - |
| XYZ | 63.41 | 38.88 | 98.77 | - |
| YUV | 168.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 255 | 0.02 | 0.57 | 0 | 0 | 298.34 | 1 | 0.72 |
| Hex | FB | 6E | FF | 2 | 39 | 0 | 0 | 12A | 64 | 48 |
| Octal | 373 | 156 | 377 | 2 | 71 | 0 | 0 | 452 | 144 | 110 |
| Binary | 11111011 | 1101110 | 11111111 | 10 | 111001 | 0 | 0 | 100101010 | 1100100 | 1001000 |
Color Harmonies of #FB6EFF
Complementary color
Monochromatic Colors of #FB6EFF
Black with #FB6EFF
Text Example
Text Example
White with #FB6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6EFF; }
p { color: rgb(251,110,255); }
H1.HeaderClassName
{
color: #FB6EFF;
}
.AnyTagClassName
{
color: #FB6EFF;
}
</style>
background-color css
<style>
a { background-color: #FB6EFF; }
a { background-color: rgb(251,110,255); }
div.DivClassName
{
background-color: #FB6EFF;
}
.BgClassName
{
background-color: #FB6EFF;
}
</style>
border-color css
<style>
span { border-color: #FB6EFF; }
span { border-color: rgb(251,110,255); }
td.TdClassName
{
border-color: #FB6EFF;
}
.TagClassName
{
border-color: #FB6EFF;
}
</style>