Shades of Ultra Pink #FC6BED
Tints of Ultra Pink #FC6BED
RGB
CMYK
RGB Variations
Color information
#FC6BED (or 0xFC6BED) is known color: Ultra Pink. HEX triplet: FC, 6B and ED. RGB value is (252,107,237). Sum of RGB (Red+Green+Blue) = 252+107+237=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 107 (42.19% from 255 or 17.95% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BED is #039412. Grayscale: #A4A4A4. Windows color (decimal): -234515 or 15559676. OLE color: 15559676.
HSL color Cylindrical-coordinate representation of color #FC6BED: hue angle of 306.21º 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 #FC6BED is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 237 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.01 |
| HSL | 306.21º | 0.96% | 0.7% | - |
| HSV(B) | 306.21º | 0.58% | 0.99% | - |
| XYZ | 60.69 | 37.33 | 84.13 | - |
| YUV | 165.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 237 | 0 | 0.58 | 0.06 | 0.01 | 306.21 | 0.96 | 0.7 |
| Hex | FC | 6B | ED | 0 | 3A | 6 | 1 | 132 | 60 | 46 |
| Octal | 374 | 153 | 355 | 0 | 72 | 6 | 1 | 462 | 140 | 106 |
| Binary | 11111100 | 1101011 | 11101101 | 0 | 111010 | 110 | 1 | 100110010 | 1100000 | 1000110 |
Color Harmonies of #FC6BED
Complementary color
Monochromatic Colors of #FC6BED
Black with #FC6BED
Text Example
Text Example
White with #FC6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BED; }
p { color: rgb(252,107,237); }
H1.HeaderClassName
{
color: #FC6BED;
}
.AnyTagClassName
{
color: #FC6BED;
}
</style>
background-color css
<style>
a { background-color: #FC6BED; }
a { background-color: rgb(252,107,237); }
div.DivClassName
{
background-color: #FC6BED;
}
.BgClassName
{
background-color: #FC6BED;
}
</style>
border-color css
<style>
span { border-color: #FC6BED; }
span { border-color: rgb(252,107,237); }
td.TdClassName
{
border-color: #FC6BED;
}
.TagClassName
{
border-color: #FC6BED;
}
</style>