Shades of Ultra Pink #FB6EED
Tints of Ultra Pink #FB6EED
RGB
CMYK
RGB Variations
Color information
#FB6EED (or 0xFB6EED) is known color: Ultra Pink. HEX triplet: FB, 6E and ED. RGB value is (251,110,237). Sum of RGB (Red+Green+Blue) = 251+110+237=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 110 (43.36% from 255 or 18.39% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6EED is #049112. Grayscale: #A6A6A6. Windows color (decimal): -299283 or 15560443. OLE color: 15560443.
HSL color Cylindrical-coordinate representation of color #FB6EED: hue angle of 305.96º 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 #FB6EED is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 237 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.02 |
| HSL | 305.96º | 0.95% | 0.71% | - |
| HSV(B) | 305.96º | 0.56% | 0.98% | - |
| XYZ | 60.65 | 37.78 | 84.22 | - |
| YUV | 166.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 237 | 0 | 0.56 | 0.06 | 0.02 | 305.96 | 0.95 | 0.71 |
| Hex | FB | 6E | ED | 0 | 38 | 6 | 2 | 132 | 5F | 47 |
| Octal | 373 | 156 | 355 | 0 | 70 | 6 | 2 | 462 | 137 | 107 |
| Binary | 11111011 | 1101110 | 11101101 | 0 | 111000 | 110 | 10 | 100110010 | 1011111 | 1000111 |
Color Harmonies of #FB6EED
Complementary color
Monochromatic Colors of #FB6EED
Black with #FB6EED
Text Example
Text Example
White with #FB6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6EED; }
p { color: rgb(251,110,237); }
H1.HeaderClassName
{
color: #FB6EED;
}
.AnyTagClassName
{
color: #FB6EED;
}
</style>
background-color css
<style>
a { background-color: #FB6EED; }
a { background-color: rgb(251,110,237); }
div.DivClassName
{
background-color: #FB6EED;
}
.BgClassName
{
background-color: #FB6EED;
}
</style>
border-color css
<style>
span { border-color: #FB6EED; }
span { border-color: rgb(251,110,237); }
td.TdClassName
{
border-color: #FB6EED;
}
.TagClassName
{
border-color: #FB6EED;
}
</style>