Shades of Ultra Pink #FC6CED
Tints of Ultra Pink #FC6CED
RGB
CMYK
RGB Variations
Color information
#FC6CED (or 0xFC6CED) is known color: Ultra Pink. HEX triplet: FC, 6C and ED. RGB value is (252,108,237). Sum of RGB (Red+Green+Blue) = 252+108+237=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 108 (42.58% from 255 or 18.09% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6CED is #039312. Grayscale: #A5A5A5. Windows color (decimal): -234259 or 15559932. OLE color: 15559932.
HSL color Cylindrical-coordinate representation of color #FC6CED: hue angle of 306.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CED is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 237 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.01 |
| HSL | 306.25º | 0.96% | 0.71% | - |
| HSV(B) | 306.25º | 0.57% | 0.99% | - |
| XYZ | 60.79 | 37.53 | 84.16 | - |
| YUV | 165.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 237 | 0 | 0.57 | 0.06 | 0.01 | 306.25 | 0.96 | 0.71 |
| Hex | FC | 6C | ED | 0 | 39 | 6 | 1 | 132 | 60 | 47 |
| Octal | 374 | 154 | 355 | 0 | 71 | 6 | 1 | 462 | 140 | 107 |
| Binary | 11111100 | 1101100 | 11101101 | 0 | 111001 | 110 | 1 | 100110010 | 1100000 | 1000111 |
Color Harmonies of #FC6CED
Complementary color
Monochromatic Colors of #FC6CED
Black with #FC6CED
Text Example
Text Example
White with #FC6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6CED; }
p { color: rgb(252,108,237); }
H1.HeaderClassName
{
color: #FC6CED;
}
.AnyTagClassName
{
color: #FC6CED;
}
</style>
background-color css
<style>
a { background-color: #FC6CED; }
a { background-color: rgb(252,108,237); }
div.DivClassName
{
background-color: #FC6CED;
}
.BgClassName
{
background-color: #FC6CED;
}
</style>
border-color css
<style>
span { border-color: #FC6CED; }
span { border-color: rgb(252,108,237); }
td.TdClassName
{
border-color: #FC6CED;
}
.TagClassName
{
border-color: #FC6CED;
}
</style>