Shades of Pale Magenta #FF7CF1
Tints of Pale Magenta #FF7CF1
RGB
CMYK
RGB Variations
Color information
#FF7CF1 (or 0xFF7CF1) is known color: Pale Magenta. HEX triplet: FF, 7C and F1. RGB value is (255,124,241). Sum of RGB (Red+Green+Blue) = 255+124+241=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 124 (48.83% from 255 or 20% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CF1 is #00830E. Grayscale: #B0B0B0. Windows color (decimal): -33551 or 15826175. OLE color: 15826175.
HSL color Cylindrical-coordinate representation of color #FF7CF1: hue angle of 306.41º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CF1 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 241 | - |
| CMYK | 0 | 0.51 | 0.05 | 0 |
| HSL | 306.41º | 1% | 0.74% | - |
| HSV(B) | 306.41º | 0.51% | 1% | - |
| XYZ | 64.32 | 42.03 | 87.94 | - |
| YUV | 176.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 241 | 0 | 0.51 | 0.05 | 0 | 306.41 | 1 | 0.74 |
| Hex | FF | 7C | F1 | 0 | 33 | 5 | 0 | 132 | 64 | 4A |
| Octal | 377 | 174 | 361 | 0 | 63 | 5 | 0 | 462 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11110001 | 0 | 110011 | 101 | 0 | 100110010 | 1100100 | 1001010 |
Color Harmonies of #FF7CF1
Complementary color
Monochromatic Colors of #FF7CF1
Black with #FF7CF1
Text Example
Text Example
White with #FF7CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CF1; }
p { color: rgb(255,124,241); }
H1.HeaderClassName
{
color: #FF7CF1;
}
.AnyTagClassName
{
color: #FF7CF1;
}
</style>
background-color css
<style>
a { background-color: #FF7CF1; }
a { background-color: rgb(255,124,241); }
div.DivClassName
{
background-color: #FF7CF1;
}
.BgClassName
{
background-color: #FF7CF1;
}
</style>
border-color css
<style>
span { border-color: #FF7CF1; }
span { border-color: rgb(255,124,241); }
td.TdClassName
{
border-color: #FF7CF1;
}
.TagClassName
{
border-color: #FF7CF1;
}
</style>