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