Shades of Ultra Pink #FC6DF0
Tints of Ultra Pink #FC6DF0
RGB
CMYK
RGB Variations
Color information
#FC6DF0 (or 0xFC6DF0) is known color: Ultra Pink. HEX triplet: FC, 6D and F0. RGB value is (252,109,240). Sum of RGB (Red+Green+Blue) = 252+109+240=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 109 (42.97% from 255 or 18.14% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6DF0 is #03920F. Grayscale: #A6A6A6. Windows color (decimal): -234000 or 15756796. OLE color: 15756796.
HSL color Cylindrical-coordinate representation of color #FC6DF0: hue angle of 305.03º 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 #FC6DF0 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 240 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.01 |
| HSL | 305.04º | 0.96% | 0.71% | - |
| HSV(B) | 305.04º | 0.57% | 0.99% | - |
| XYZ | 61.34 | 37.92 | 86.53 | - |
| YUV | 166.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 240 | 0 | 0.57 | 0.05 | 0.01 | 305.04 | 0.96 | 0.71 |
| Hex | FC | 6D | F0 | 0 | 39 | 5 | 1 | 131 | 60 | 47 |
| Octal | 374 | 155 | 360 | 0 | 71 | 5 | 1 | 461 | 140 | 107 |
| Binary | 11111100 | 1101101 | 11110000 | 0 | 111001 | 101 | 1 | 100110001 | 1100000 | 1000111 |
Color Harmonies of #FC6DF0
Complementary color
Monochromatic Colors of #FC6DF0
Black with #FC6DF0
Text Example
Text Example
White with #FC6DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6DF0; }
p { color: rgb(252,109,240); }
H1.HeaderClassName
{
color: #FC6DF0;
}
.AnyTagClassName
{
color: #FC6DF0;
}
</style>
background-color css
<style>
a { background-color: #FC6DF0; }
a { background-color: rgb(252,109,240); }
div.DivClassName
{
background-color: #FC6DF0;
}
.BgClassName
{
background-color: #FC6DF0;
}
</style>
border-color css
<style>
span { border-color: #FC6DF0; }
span { border-color: rgb(252,109,240); }
td.TdClassName
{
border-color: #FC6DF0;
}
.TagClassName
{
border-color: #FC6DF0;
}
</style>