Shades of Ultra Pink #FB6BEC
Tints of Ultra Pink #FB6BEC
RGB
CMYK
RGB Variations
Color information
#FB6BEC (or 0xFB6BEC) is known color: Ultra Pink. HEX triplet: FB, 6B and EC. RGB value is (251,107,236). Sum of RGB (Red+Green+Blue) = 251+107+236=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6BEC is #049413. Grayscale: #A4A4A4. Windows color (decimal): -300052 or 15494139. OLE color: 15494139.
HSL color Cylindrical-coordinate representation of color #FB6BEC: hue angle of 306.25º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6BEC is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 236 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.02 |
| HSL | 306.25º | 0.95% | 0.7% | - |
| HSV(B) | 306.25º | 0.57% | 0.98% | - |
| XYZ | 60.18 | 37.08 | 83.34 | - |
| YUV | 164.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 236 | 0 | 0.57 | 0.06 | 0.02 | 306.25 | 0.95 | 0.7 |
| Hex | FB | 6B | EC | 0 | 39 | 6 | 2 | 132 | 5F | 46 |
| Octal | 373 | 153 | 354 | 0 | 71 | 6 | 2 | 462 | 137 | 106 |
| Binary | 11111011 | 1101011 | 11101100 | 0 | 111001 | 110 | 10 | 100110010 | 1011111 | 1000110 |
Color Harmonies of #FB6BEC
Complementary color
Monochromatic Colors of #FB6BEC
Black with #FB6BEC
Text Example
Text Example
White with #FB6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6BEC; }
p { color: rgb(251,107,236); }
H1.HeaderClassName
{
color: #FB6BEC;
}
.AnyTagClassName
{
color: #FB6BEC;
}
</style>
background-color css
<style>
a { background-color: #FB6BEC; }
a { background-color: rgb(251,107,236); }
div.DivClassName
{
background-color: #FB6BEC;
}
.BgClassName
{
background-color: #FB6BEC;
}
</style>
border-color css
<style>
span { border-color: #FB6BEC; }
span { border-color: rgb(251,107,236); }
td.TdClassName
{
border-color: #FB6BEC;
}
.TagClassName
{
border-color: #FB6BEC;
}
</style>