Shades of Ultra Pink #FC6FF2
Tints of Ultra Pink #FC6FF2
RGB
CMYK
RGB Variations
Color information
#FC6FF2 (or 0xFC6FF2) is known color: Ultra Pink. HEX triplet: FC, 6F and F2. RGB value is (252,111,242). Sum of RGB (Red+Green+Blue) = 252+111+242=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 111 (43.75% from 255 or 18.35% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6FF2 is #03900D. Grayscale: #A7A7A7. Windows color (decimal): -233486 or 15888380. OLE color: 15888380.
HSL color Cylindrical-coordinate representation of color #FC6FF2: hue angle of 304.26º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6FF2 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 242 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.01 |
| HSL | 304.26º | 0.96% | 0.71% | - |
| HSV(B) | 304.26º | 0.56% | 0.99% | - |
| XYZ | 61.86 | 38.48 | 88.17 | - |
| YUV | 168.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 242 | 0 | 0.56 | 0.04 | 0.01 | 304.26 | 0.96 | 0.71 |
| Hex | FC | 6F | F2 | 0 | 38 | 4 | 1 | 130 | 60 | 47 |
| Octal | 374 | 157 | 362 | 0 | 70 | 4 | 1 | 460 | 140 | 107 |
| Binary | 11111100 | 1101111 | 11110010 | 0 | 111000 | 100 | 1 | 100110000 | 1100000 | 1000111 |
Color Harmonies of #FC6FF2
Complementary color
Monochromatic Colors of #FC6FF2
Black with #FC6FF2
Text Example
Text Example
White with #FC6FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6FF2; }
p { color: rgb(252,111,242); }
H1.HeaderClassName
{
color: #FC6FF2;
}
.AnyTagClassName
{
color: #FC6FF2;
}
</style>
background-color css
<style>
a { background-color: #FC6FF2; }
a { background-color: rgb(252,111,242); }
div.DivClassName
{
background-color: #FC6FF2;
}
.BgClassName
{
background-color: #FC6FF2;
}
</style>
border-color css
<style>
span { border-color: #FC6FF2; }
span { border-color: rgb(252,111,242); }
td.TdClassName
{
border-color: #FC6FF2;
}
.TagClassName
{
border-color: #FC6FF2;
}
</style>