Shades of Ultra Pink #FB6CFE
Tints of Ultra Pink #FB6CFE
RGB
CMYK
RGB Variations
Color information
#FB6CFE (or 0xFB6CFE) is known color: Ultra Pink. HEX triplet: FB, 6C and FE. RGB value is (251,108,254). Sum of RGB (Red+Green+Blue) = 251+108+254=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 108 (42.58% from 255 or 17.62% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB6CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6CFE is #049301. Grayscale: #A6A6A6. Windows color (decimal): -299778 or 16674043. OLE color: 16674043.
HSL color Cylindrical-coordinate representation of color #FB6CFE: hue angle of 298.77º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6CFE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 108 | 254 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.00 |
| HSL | 298.77º | 0.99% | 0.71% | - |
| HSV(B) | 298.77º | 0.57% | 1% | - |
| XYZ | 63.04 | 38.39 | 97.85 | - |
| YUV | 167.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 254 | 0.01 | 0.57 | 0 | 0.00 | 298.77 | 0.99 | 0.71 |
| Hex | FB | 6C | FE | 1 | 39 | 0 | 0 | 12B | 63 | 47 |
| Octal | 373 | 154 | 376 | 1 | 71 | 0 | 0 | 453 | 143 | 107 |
| Binary | 11111011 | 1101100 | 11111110 | 1 | 111001 | 0 | 0 | 100101011 | 1100011 | 1000111 |
Color Harmonies of #FB6CFE
Complementary color
Monochromatic Colors of #FB6CFE
Black with #FB6CFE
Text Example
Text Example
White with #FB6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6CFE; }
p { color: rgb(251,108,254); }
H1.HeaderClassName
{
color: #FB6CFE;
}
.AnyTagClassName
{
color: #FB6CFE;
}
</style>
background-color css
<style>
a { background-color: #FB6CFE; }
a { background-color: rgb(251,108,254); }
div.DivClassName
{
background-color: #FB6CFE;
}
.BgClassName
{
background-color: #FB6CFE;
}
</style>
border-color css
<style>
span { border-color: #FB6CFE; }
span { border-color: rgb(251,108,254); }
td.TdClassName
{
border-color: #FB6CFE;
}
.TagClassName
{
border-color: #FB6CFE;
}
</style>