Shades of Pale Magenta #FC7AF0
Tints of Pale Magenta #FC7AF0
RGB
CMYK
RGB Variations
Color information
#FC7AF0 (or 0xFC7AF0) is known color: Pale Magenta. HEX triplet: FC, 7A and F0. RGB value is (252,122,240). Sum of RGB (Red+Green+Blue) = 252+122+240=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 122 (48.05% from 255 or 19.87% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7AF0 is #03850F. Grayscale: #ADADAD. Windows color (decimal): -230672 or 15760124. OLE color: 15760124.
HSL color Cylindrical-coordinate representation of color #FC7AF0: hue angle of 305.54º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7AF0 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 122 | 240 | - |
CMYK | 0 | 0.52 | 0.05 | 0.01 |
HSL | 305.54º | 0.96% | 0.73% | - |
HSV(B) | 305.54º | 0.52% | 0.99% | - |
XYZ | 62.83 | 40.91 | 87.02 | - |
YUV | 174.32 | 165.07 | 183.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 122 | 240 | 0 | 0.52 | 0.05 | 0.01 | 305.54 | 0.96 | 0.73 |
Hex | FC | 7A | F0 | 0 | 34 | 5 | 1 | 132 | 60 | 49 |
Octal | 374 | 172 | 360 | 0 | 64 | 5 | 1 | 462 | 140 | 111 |
Binary | 11111100 | 1111010 | 11110000 | 0 | 110100 | 101 | 1 | 100110010 | 1100000 | 1001001 |
Color Harmonies of #FC7AF0
Complementary color
Monochromatic Colors of #FC7AF0
Black with #FC7AF0
Text Example
Text Example
White with #FC7AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7AF0; }
p { color: rgb(252,122,240); }
H1.HeaderClassName
{
color: #FC7AF0;
}
.AnyTagClassName
{
color: #FC7AF0;
}
</style>
background-color css
<style>
a { background-color: #FC7AF0; }
a { background-color: rgb(252,122,240); }
div.DivClassName
{
background-color: #FC7AF0;
}
.BgClassName
{
background-color: #FC7AF0;
}
</style>
border-color css
<style>
span { border-color: #FC7AF0; }
span { border-color: rgb(252,122,240); }
td.TdClassName
{
border-color: #FC7AF0;
}
.TagClassName
{
border-color: #FC7AF0;
}
</style>