Shades of Ultra Pink #FC70ED
Tints of Ultra Pink #FC70ED
RGB
CMYK
RGB Variations
Color information
#FC70ED (or 0xFC70ED) is known color: Ultra Pink. HEX triplet: FC, 70 and ED. RGB value is (252,112,237). Sum of RGB (Red+Green+Blue) = 252+112+237=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 112 (44.14% from 255 or 18.64% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70ED is #038F12. Grayscale: #A7A7A7. Windows color (decimal): -233235 or 15560956. OLE color: 15560956.
HSL color Cylindrical-coordinate representation of color #FC70ED: hue angle of 306.43º 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 #FC70ED is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 112 | 237 | - |
CMYK | 0 | 0.56 | 0.06 | 0.01 |
HSL | 306.43º | 0.96% | 0.71% | - |
HSV(B) | 306.43º | 0.56% | 0.99% | - |
XYZ | 61.23 | 38.4 | 84.31 | - |
YUV | 168.11 | 166.88 | 187.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 112 | 237 | 0 | 0.56 | 0.06 | 0.01 | 306.43 | 0.96 | 0.71 |
Hex | FC | 70 | ED | 0 | 38 | 6 | 1 | 132 | 60 | 47 |
Octal | 374 | 160 | 355 | 0 | 70 | 6 | 1 | 462 | 140 | 107 |
Binary | 11111100 | 1110000 | 11101101 | 0 | 111000 | 110 | 1 | 100110010 | 1100000 | 1000111 |
Color Harmonies of #FC70ED
Complementary color
Monochromatic Colors of #FC70ED
Black with #FC70ED
Text Example
Text Example
White with #FC70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70ED; }
p { color: rgb(252,112,237); }
H1.HeaderClassName
{
color: #FC70ED;
}
.AnyTagClassName
{
color: #FC70ED;
}
</style>
background-color css
<style>
a { background-color: #FC70ED; }
a { background-color: rgb(252,112,237); }
div.DivClassName
{
background-color: #FC70ED;
}
.BgClassName
{
background-color: #FC70ED;
}
</style>
border-color css
<style>
span { border-color: #FC70ED; }
span { border-color: rgb(252,112,237); }
td.TdClassName
{
border-color: #FC70ED;
}
.TagClassName
{
border-color: #FC70ED;
}
</style>