Shades of Ultra Pink #FC70F5
Tints of Ultra Pink #FC70F5
RGB
CMYK
RGB Variations
Color information
#FC70F5 (or 0xFC70F5) is known color: Ultra Pink. HEX triplet: FC, 70 and F5. RGB value is (252,112,245). Sum of RGB (Red+Green+Blue) = 252+112+245=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 112 (44.14% from 255 or 18.39% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70F5 is #038F0A. Grayscale: #A8A8A8. Windows color (decimal): -233227 or 16085244. OLE color: 16085244.
HSL color Cylindrical-coordinate representation of color #FC70F5: hue angle of 303º 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 #FC70F5 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 245 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.01 |
| HSL | 303º | 0.96% | 0.71% | - |
| HSV(B) | 303º | 0.56% | 0.99% | - |
| XYZ | 62.42 | 38.88 | 90.6 | - |
| YUV | 169.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 245 | 0 | 0.56 | 0.03 | 0.01 | 303 | 0.96 | 0.71 |
| Hex | FC | 70 | F5 | 0 | 38 | 3 | 1 | 12F | 60 | 47 |
| Octal | 374 | 160 | 365 | 0 | 70 | 3 | 1 | 457 | 140 | 107 |
| Binary | 11111100 | 1110000 | 11110101 | 0 | 111000 | 11 | 1 | 100101111 | 1100000 | 1000111 |
Color Harmonies of #FC70F5
Complementary color
Monochromatic Colors of #FC70F5
Black with #FC70F5
Text Example
Text Example
White with #FC70F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70F5; }
p { color: rgb(252,112,245); }
H1.HeaderClassName
{
color: #FC70F5;
}
.AnyTagClassName
{
color: #FC70F5;
}
</style>
background-color css
<style>
a { background-color: #FC70F5; }
a { background-color: rgb(252,112,245); }
div.DivClassName
{
background-color: #FC70F5;
}
.BgClassName
{
background-color: #FC70F5;
}
</style>
border-color css
<style>
span { border-color: #FC70F5; }
span { border-color: rgb(252,112,245); }
td.TdClassName
{
border-color: #FC70F5;
}
.TagClassName
{
border-color: #FC70F5;
}
</style>