Shades of Ultra Pink #FC6BEC
Tints of Ultra Pink #FC6BEC
RGB
CMYK
RGB Variations
Color information
#FC6BEC (or 0xFC6BEC) is known color: Ultra Pink. HEX triplet: FC, 6B and EC. RGB value is (252,107,236). Sum of RGB (Red+Green+Blue) = 252+107+236=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BEC is #039413. Grayscale: #A4A4A4. Windows color (decimal): -234516 or 15494140. OLE color: 15494140.
HSL color Cylindrical-coordinate representation of color #FC6BEC: hue angle of 306.62º 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 #FC6BEC is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 236 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.01 |
| HSL | 306.62º | 0.96% | 0.7% | - |
| HSV(B) | 306.62º | 0.58% | 0.99% | - |
| XYZ | 60.54 | 37.27 | 83.36 | - |
| YUV | 165.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 236 | 0 | 0.58 | 0.06 | 0.01 | 306.62 | 0.96 | 0.7 |
| Hex | FC | 6B | EC | 0 | 3A | 6 | 1 | 133 | 60 | 46 |
| Octal | 374 | 153 | 354 | 0 | 72 | 6 | 1 | 463 | 140 | 106 |
| Binary | 11111100 | 1101011 | 11101100 | 0 | 111010 | 110 | 1 | 100110011 | 1100000 | 1000110 |
Color Harmonies of #FC6BEC
Complementary color
Monochromatic Colors of #FC6BEC
Black with #FC6BEC
Text Example
Text Example
White with #FC6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BEC; }
p { color: rgb(252,107,236); }
H1.HeaderClassName
{
color: #FC6BEC;
}
.AnyTagClassName
{
color: #FC6BEC;
}
</style>
background-color css
<style>
a { background-color: #FC6BEC; }
a { background-color: rgb(252,107,236); }
div.DivClassName
{
background-color: #FC6BEC;
}
.BgClassName
{
background-color: #FC6BEC;
}
</style>
border-color css
<style>
span { border-color: #FC6BEC; }
span { border-color: rgb(252,107,236); }
td.TdClassName
{
border-color: #FC6BEC;
}
.TagClassName
{
border-color: #FC6BEC;
}
</style>