Shades of Ultra Pink #FC6BFE
Tints of Ultra Pink #FC6BFE
RGB
CMYK
RGB Variations
Color information
#FC6BFE (or 0xFC6BFE) is known color: Ultra Pink. HEX triplet: FC, 6B and FE. RGB value is (252,107,254). Sum of RGB (Red+Green+Blue) = 252+107+254=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 107 (42.19% from 255 or 17.46% 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 #FC6BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BFE is #039401. Grayscale: #A6A6A6. Windows color (decimal): -234498 or 16673788. OLE color: 16673788.
HSL color Cylindrical-coordinate representation of color #FC6BFE: hue angle of 299.18º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6BFE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 107 | 254 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.00 |
| HSL | 299.18º | 0.99% | 0.71% | - |
| HSV(B) | 299.18º | 0.58% | 1% | - |
| XYZ | 63.29 | 38.37 | 97.84 | - |
| YUV | 167.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 254 | 0.01 | 0.58 | 0 | 0.00 | 299.18 | 0.99 | 0.71 |
| Hex | FC | 6B | FE | 1 | 3A | 0 | 0 | 12B | 63 | 47 |
| Octal | 374 | 153 | 376 | 1 | 72 | 0 | 0 | 453 | 143 | 107 |
| Binary | 11111100 | 1101011 | 11111110 | 1 | 111010 | 0 | 0 | 100101011 | 1100011 | 1000111 |
Color Harmonies of #FC6BFE
Complementary color
Monochromatic Colors of #FC6BFE
Black with #FC6BFE
Text Example
Text Example
White with #FC6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BFE; }
p { color: rgb(252,107,254); }
H1.HeaderClassName
{
color: #FC6BFE;
}
.AnyTagClassName
{
color: #FC6BFE;
}
</style>
background-color css
<style>
a { background-color: #FC6BFE; }
a { background-color: rgb(252,107,254); }
div.DivClassName
{
background-color: #FC6BFE;
}
.BgClassName
{
background-color: #FC6BFE;
}
</style>
border-color css
<style>
span { border-color: #FC6BFE; }
span { border-color: rgb(252,107,254); }
td.TdClassName
{
border-color: #FC6BFE;
}
.TagClassName
{
border-color: #FC6BFE;
}
</style>