Shades of Ultra Pink #FC70EF
Tints of Ultra Pink #FC70EF
RGB
CMYK
RGB Variations
Color information
#FC70EF (or 0xFC70EF) is known color: Ultra Pink. HEX triplet: FC, 70 and EF. RGB value is (252,112,239). Sum of RGB (Red+Green+Blue) = 252+112+239=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 112 (44.14% from 255 or 18.57% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70EF is #038F10. Grayscale: #A7A7A7. Windows color (decimal): -233233 or 15692028. OLE color: 15692028.
HSL color Cylindrical-coordinate representation of color #FC70EF: hue angle of 305.57º 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 #FC70EF is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 239 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.01 |
| HSL | 305.57º | 0.96% | 0.71% | - |
| HSV(B) | 305.57º | 0.56% | 0.99% | - |
| XYZ | 61.52 | 38.52 | 85.85 | - |
| YUV | 168.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 239 | 0 | 0.56 | 0.05 | 0.01 | 305.57 | 0.96 | 0.71 |
| Hex | FC | 70 | EF | 0 | 38 | 5 | 1 | 132 | 60 | 47 |
| Octal | 374 | 160 | 357 | 0 | 70 | 5 | 1 | 462 | 140 | 107 |
| Binary | 11111100 | 1110000 | 11101111 | 0 | 111000 | 101 | 1 | 100110010 | 1100000 | 1000111 |
Color Harmonies of #FC70EF
Complementary color
Monochromatic Colors of #FC70EF
Black with #FC70EF
Text Example
Text Example
White with #FC70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70EF; }
p { color: rgb(252,112,239); }
H1.HeaderClassName
{
color: #FC70EF;
}
.AnyTagClassName
{
color: #FC70EF;
}
</style>
background-color css
<style>
a { background-color: #FC70EF; }
a { background-color: rgb(252,112,239); }
div.DivClassName
{
background-color: #FC70EF;
}
.BgClassName
{
background-color: #FC70EF;
}
</style>
border-color css
<style>
span { border-color: #FC70EF; }
span { border-color: rgb(252,112,239); }
td.TdClassName
{
border-color: #FC70EF;
}
.TagClassName
{
border-color: #FC70EF;
}
</style>