Shades of Ultra Pink #FB6FED
Tints of Ultra Pink #FB6FED
RGB
CMYK
RGB Variations
Color information
#FB6FED (or 0xFB6FED) is known color: Ultra Pink. HEX triplet: FB, 6F and ED. RGB value is (251,111,237). Sum of RGB (Red+Green+Blue) = 251+111+237=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 111 (43.75% from 255 or 18.53% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6FED is #049012. Grayscale: #A6A6A6. Windows color (decimal): -299027 or 15560699. OLE color: 15560699.
HSL color Cylindrical-coordinate representation of color #FB6FED: hue angle of 306º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6FED is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 237 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.02 |
| HSL | 306º | 0.95% | 0.71% | - |
| HSV(B) | 306º | 0.56% | 0.98% | - |
| XYZ | 60.75 | 37.99 | 84.25 | - |
| YUV | 167.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 237 | 0 | 0.56 | 0.06 | 0.02 | 306 | 0.95 | 0.71 |
| Hex | FB | 6F | ED | 0 | 38 | 6 | 2 | 132 | 5F | 47 |
| Octal | 373 | 157 | 355 | 0 | 70 | 6 | 2 | 462 | 137 | 107 |
| Binary | 11111011 | 1101111 | 11101101 | 0 | 111000 | 110 | 10 | 100110010 | 1011111 | 1000111 |
Color Harmonies of #FB6FED
Complementary color
Monochromatic Colors of #FB6FED
Black with #FB6FED
Text Example
Text Example
White with #FB6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6FED; }
p { color: rgb(251,111,237); }
H1.HeaderClassName
{
color: #FB6FED;
}
.AnyTagClassName
{
color: #FB6FED;
}
</style>
background-color css
<style>
a { background-color: #FB6FED; }
a { background-color: rgb(251,111,237); }
div.DivClassName
{
background-color: #FB6FED;
}
.BgClassName
{
background-color: #FB6FED;
}
</style>
border-color css
<style>
span { border-color: #FB6FED; }
span { border-color: rgb(251,111,237); }
td.TdClassName
{
border-color: #FB6FED;
}
.TagClassName
{
border-color: #FB6FED;
}
</style>