Shades of Ultra Pink #FC6DFF
Tints of Ultra Pink #FC6DFF
RGB
CMYK
RGB Variations
Color information
#FC6DFF (or 0xFC6DFF) is known color: Ultra Pink. HEX triplet: FC, 6D and FF. RGB value is (252,109,255). Sum of RGB (Red+Green+Blue) = 252+109+255=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 109 (42.97% from 255 or 17.69% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC6DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6DFF is #039200. Grayscale: #A7A7A7. Windows color (decimal): -233985 or 16739836. OLE color: 16739836.
HSL color Cylindrical-coordinate representation of color #FC6DFF: hue angle of 298.77º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6DFF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 109 | 255 | - |
| CMYK | 0.01 | 0.57 | 0 | 0 |
| HSL | 298.77º | 1% | 0.71% | - |
| HSV(B) | 298.77º | 0.57% | 1% | - |
| XYZ | 63.66 | 38.85 | 98.75 | - |
| YUV | 168.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 255 | 0.01 | 0.57 | 0 | 0 | 298.77 | 1 | 0.71 |
| Hex | FC | 6D | FF | 1 | 39 | 0 | 0 | 12B | 64 | 47 |
| Octal | 374 | 155 | 377 | 1 | 71 | 0 | 0 | 453 | 144 | 107 |
| Binary | 11111100 | 1101101 | 11111111 | 1 | 111001 | 0 | 0 | 100101011 | 1100100 | 1000111 |
Color Harmonies of #FC6DFF
Complementary color
Monochromatic Colors of #FC6DFF
Black with #FC6DFF
Text Example
Text Example
White with #FC6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6DFF; }
p { color: rgb(252,109,255); }
H1.HeaderClassName
{
color: #FC6DFF;
}
.AnyTagClassName
{
color: #FC6DFF;
}
</style>
background-color css
<style>
a { background-color: #FC6DFF; }
a { background-color: rgb(252,109,255); }
div.DivClassName
{
background-color: #FC6DFF;
}
.BgClassName
{
background-color: #FC6DFF;
}
</style>
border-color css
<style>
span { border-color: #FC6DFF; }
span { border-color: rgb(252,109,255); }
td.TdClassName
{
border-color: #FC6DFF;
}
.TagClassName
{
border-color: #FC6DFF;
}
</style>