Shades of Ultra Pink #FB6DEB
Tints of Ultra Pink #FB6DEB
RGB
CMYK
RGB Variations
Color information
#FB6DEB (or 0xFB6DEB) is known color: Ultra Pink. HEX triplet: FB, 6D and EB. RGB value is (251,109,235). Sum of RGB (Red+Green+Blue) = 251+109+235=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 109 (42.97% from 255 or 18.32% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6DEB is #049214. Grayscale: #A5A5A5. Windows color (decimal): -299541 or 15429115. OLE color: 15429115.
HSL color Cylindrical-coordinate representation of color #FB6DEB: hue angle of 306.76º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DEB is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 235 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.02 |
| HSL | 306.76º | 0.95% | 0.71% | - |
| HSV(B) | 306.76º | 0.57% | 0.98% | - |
| XYZ | 60.25 | 37.44 | 82.65 | - |
| YUV | 165.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 235 | 0 | 0.57 | 0.06 | 0.02 | 306.76 | 0.95 | 0.71 |
| Hex | FB | 6D | EB | 0 | 39 | 6 | 2 | 133 | 5F | 47 |
| Octal | 373 | 155 | 353 | 0 | 71 | 6 | 2 | 463 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11101011 | 0 | 111001 | 110 | 10 | 100110011 | 1011111 | 1000111 |
Color Harmonies of #FB6DEB
Complementary color
Monochromatic Colors of #FB6DEB
Black with #FB6DEB
Text Example
Text Example
White with #FB6DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DEB; }
p { color: rgb(251,109,235); }
H1.HeaderClassName
{
color: #FB6DEB;
}
.AnyTagClassName
{
color: #FB6DEB;
}
</style>
background-color css
<style>
a { background-color: #FB6DEB; }
a { background-color: rgb(251,109,235); }
div.DivClassName
{
background-color: #FB6DEB;
}
.BgClassName
{
background-color: #FB6DEB;
}
</style>
border-color css
<style>
span { border-color: #FB6DEB; }
span { border-color: rgb(251,109,235); }
td.TdClassName
{
border-color: #FB6DEB;
}
.TagClassName
{
border-color: #FB6DEB;
}
</style>