Shades of Ultra Pink #FB6BFC
Tints of Ultra Pink #FB6BFC
RGB
CMYK
RGB Variations
Color information
#FB6BFC (or 0xFB6BFC) is known color: Ultra Pink. HEX triplet: FB, 6B and FC. RGB value is (251,107,252). Sum of RGB (Red+Green+Blue) = 251+107+252=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 107 (42.19% from 255 or 17.54% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB6BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6BFC is #049403. Grayscale: #A6A6A6. Windows color (decimal): -300036 or 16542715. OLE color: 16542715.
HSL color Cylindrical-coordinate representation of color #FB6BFC: hue angle of 299.59º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6BFC is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 107 | 252 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.01 |
| HSL | 299.59º | 0.96% | 0.7% | - |
| HSV(B) | 299.59º | 0.58% | 0.99% | - |
| XYZ | 62.61 | 38.05 | 96.14 | - |
| YUV | 166.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 252 | 0.00 | 0.58 | 0 | 0.01 | 299.59 | 0.96 | 0.7 |
| Hex | FB | 6B | FC | 0 | 3A | 0 | 1 | 12C | 60 | 46 |
| Octal | 373 | 153 | 374 | 0 | 72 | 0 | 1 | 454 | 140 | 106 |
| Binary | 11111011 | 1101011 | 11111100 | 0 | 111010 | 0 | 1 | 100101100 | 1100000 | 1000110 |
Color Harmonies of #FB6BFC
Complementary color
Monochromatic Colors of #FB6BFC
Black with #FB6BFC
Text Example
Text Example
White with #FB6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6BFC; }
p { color: rgb(251,107,252); }
H1.HeaderClassName
{
color: #FB6BFC;
}
.AnyTagClassName
{
color: #FB6BFC;
}
</style>
background-color css
<style>
a { background-color: #FB6BFC; }
a { background-color: rgb(251,107,252); }
div.DivClassName
{
background-color: #FB6BFC;
}
.BgClassName
{
background-color: #FB6BFC;
}
</style>
border-color css
<style>
span { border-color: #FB6BFC; }
span { border-color: rgb(251,107,252); }
td.TdClassName
{
border-color: #FB6BFC;
}
.TagClassName
{
border-color: #FB6BFC;
}
</style>