Shades of Ultra Pink #FC70F2
Tints of Ultra Pink #FC70F2
RGB
CMYK
RGB Variations
Color information
#FC70F2 (or 0xFC70F2) is known color: Ultra Pink. HEX triplet: FC, 70 and F2. RGB value is (252,112,242). Sum of RGB (Red+Green+Blue) = 252+112+242=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 112 (44.14% from 255 or 18.48% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70F2 is #038F0D. Grayscale: #A8A8A8. Windows color (decimal): -233230 or 15888636. OLE color: 15888636.
HSL color Cylindrical-coordinate representation of color #FC70F2: hue angle of 304.29º 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 #FC70F2 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 242 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.01 |
| HSL | 304.29º | 0.96% | 0.71% | - |
| HSV(B) | 304.29º | 0.56% | 0.99% | - |
| XYZ | 61.97 | 38.69 | 88.21 | - |
| YUV | 168.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 242 | 0 | 0.56 | 0.04 | 0.01 | 304.29 | 0.96 | 0.71 |
| Hex | FC | 70 | F2 | 0 | 38 | 4 | 1 | 130 | 60 | 47 |
| Octal | 374 | 160 | 362 | 0 | 70 | 4 | 1 | 460 | 140 | 107 |
| Binary | 11111100 | 1110000 | 11110010 | 0 | 111000 | 100 | 1 | 100110000 | 1100000 | 1000111 |
Color Harmonies of #FC70F2
Complementary color
Monochromatic Colors of #FC70F2
Black with #FC70F2
Text Example
Text Example
White with #FC70F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70F2; }
p { color: rgb(252,112,242); }
H1.HeaderClassName
{
color: #FC70F2;
}
.AnyTagClassName
{
color: #FC70F2;
}
</style>
background-color css
<style>
a { background-color: #FC70F2; }
a { background-color: rgb(252,112,242); }
div.DivClassName
{
background-color: #FC70F2;
}
.BgClassName
{
background-color: #FC70F2;
}
</style>
border-color css
<style>
span { border-color: #FC70F2; }
span { border-color: rgb(252,112,242); }
td.TdClassName
{
border-color: #FC70F2;
}
.TagClassName
{
border-color: #FC70F2;
}
</style>