Shades of Ultra Pink #FC6DF2
Tints of Ultra Pink #FC6DF2
RGB
CMYK
RGB Variations
Color information
#FC6DF2 (or 0xFC6DF2) is known color: Ultra Pink. HEX triplet: FC, 6D and F2. RGB value is (252,109,242). Sum of RGB (Red+Green+Blue) = 252+109+242=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 109 (42.97% from 255 or 18.08% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6DF2 is #03920D. Grayscale: #A6A6A6. Windows color (decimal): -233998 or 15887868. OLE color: 15887868.
HSL color Cylindrical-coordinate representation of color #FC6DF2: hue angle of 304.2º 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 #FC6DF2 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 242 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.01 |
| HSL | 304.2º | 0.96% | 0.71% | - |
| HSV(B) | 304.2º | 0.57% | 0.99% | - |
| XYZ | 61.64 | 38.04 | 88.1 | - |
| YUV | 166.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 242 | 0 | 0.57 | 0.04 | 0.01 | 304.2 | 0.96 | 0.71 |
| Hex | FC | 6D | F2 | 0 | 39 | 4 | 1 | 130 | 60 | 47 |
| Octal | 374 | 155 | 362 | 0 | 71 | 4 | 1 | 460 | 140 | 107 |
| Binary | 11111100 | 1101101 | 11110010 | 0 | 111001 | 100 | 1 | 100110000 | 1100000 | 1000111 |
Color Harmonies of #FC6DF2
Complementary color
Monochromatic Colors of #FC6DF2
Black with #FC6DF2
Text Example
Text Example
White with #FC6DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6DF2; }
p { color: rgb(252,109,242); }
H1.HeaderClassName
{
color: #FC6DF2;
}
.AnyTagClassName
{
color: #FC6DF2;
}
</style>
background-color css
<style>
a { background-color: #FC6DF2; }
a { background-color: rgb(252,109,242); }
div.DivClassName
{
background-color: #FC6DF2;
}
.BgClassName
{
background-color: #FC6DF2;
}
</style>
border-color css
<style>
span { border-color: #FC6DF2; }
span { border-color: rgb(252,109,242); }
td.TdClassName
{
border-color: #FC6DF2;
}
.TagClassName
{
border-color: #FC6DF2;
}
</style>