Shades of Pale Magenta #FD7CF0
Tints of Pale Magenta #FD7CF0
RGB
CMYK
RGB Variations
Color information
#FD7CF0 (or 0xFD7CF0) is known color: Pale Magenta. HEX triplet: FD, 7C and F0. RGB value is (253,124,240). Sum of RGB (Red+Green+Blue) = 253+124+240=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CF0 is #02830F. Grayscale: #AFAFAF. Windows color (decimal): -164624 or 15760637. OLE color: 15760637.
HSL color Cylindrical-coordinate representation of color #FD7CF0: hue angle of 306.05º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7CF0 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 124 | 240 | - |
CMYK | 0 | 0.51 | 0.05 | 0.01 |
HSL | 306.05º | 0.97% | 0.74% | - |
HSV(B) | 306.05º | 0.51% | 0.99% | - |
XYZ | 63.44 | 41.59 | 87.12 | - |
YUV | 175.8 | 164.24 | 183.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 124 | 240 | 0 | 0.51 | 0.05 | 0.01 | 306.05 | 0.97 | 0.74 |
Hex | FD | 7C | F0 | 0 | 33 | 5 | 1 | 132 | 61 | 4A |
Octal | 375 | 174 | 360 | 0 | 63 | 5 | 1 | 462 | 141 | 112 |
Binary | 11111101 | 1111100 | 11110000 | 0 | 110011 | 101 | 1 | 100110010 | 1100001 | 1001010 |
Color Harmonies of #FD7CF0
Complementary color
Monochromatic Colors of #FD7CF0
Black with #FD7CF0
Text Example
Text Example
White with #FD7CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7CF0; }
p { color: rgb(253,124,240); }
H1.HeaderClassName
{
color: #FD7CF0;
}
.AnyTagClassName
{
color: #FD7CF0;
}
</style>
background-color css
<style>
a { background-color: #FD7CF0; }
a { background-color: rgb(253,124,240); }
div.DivClassName
{
background-color: #FD7CF0;
}
.BgClassName
{
background-color: #FD7CF0;
}
</style>
border-color css
<style>
span { border-color: #FD7CF0; }
span { border-color: rgb(253,124,240); }
td.TdClassName
{
border-color: #FD7CF0;
}
.TagClassName
{
border-color: #FD7CF0;
}
</style>