Shades of Ultra Pink #FC6CFF
Tints of Ultra Pink #FC6CFF
RGB
CMYK
RGB Variations
Color information
#FC6CFF (or 0xFC6CFF) is known color: Ultra Pink. HEX triplet: FC, 6C and FF. RGB value is (252,108,255). Sum of RGB (Red+Green+Blue) = 252+108+255=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 108 (42.58% from 255 or 17.56% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC6CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6CFF is #039300. Grayscale: #A7A7A7. Windows color (decimal): -234241 or 16739580. OLE color: 16739580.
HSL color Cylindrical-coordinate representation of color #FC6CFF: hue angle of 298.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6CFF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 108 | 255 | - |
| CMYK | 0.01 | 0.58 | 0 | 0 |
| HSL | 298.78º | 1% | 0.71% | - |
| HSV(B) | 298.78º | 0.58% | 1% | - |
| XYZ | 63.56 | 38.64 | 98.72 | - |
| YUV | 167.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 255 | 0.01 | 0.58 | 0 | 0 | 298.78 | 1 | 0.71 |
| Hex | FC | 6C | FF | 1 | 3A | 0 | 0 | 12B | 64 | 47 |
| Octal | 374 | 154 | 377 | 1 | 72 | 0 | 0 | 453 | 144 | 107 |
| Binary | 11111100 | 1101100 | 11111111 | 1 | 111010 | 0 | 0 | 100101011 | 1100100 | 1000111 |
Color Harmonies of #FC6CFF
Complementary color
Monochromatic Colors of #FC6CFF
Black with #FC6CFF
Text Example
Text Example
White with #FC6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6CFF; }
p { color: rgb(252,108,255); }
H1.HeaderClassName
{
color: #FC6CFF;
}
.AnyTagClassName
{
color: #FC6CFF;
}
</style>
background-color css
<style>
a { background-color: #FC6CFF; }
a { background-color: rgb(252,108,255); }
div.DivClassName
{
background-color: #FC6CFF;
}
.BgClassName
{
background-color: #FC6CFF;
}
</style>
border-color css
<style>
span { border-color: #FC6CFF; }
span { border-color: rgb(252,108,255); }
td.TdClassName
{
border-color: #FC6CFF;
}
.TagClassName
{
border-color: #FC6CFF;
}
</style>