Shades of Pale Magenta #F17CDB
Tints of Pale Magenta #F17CDB
RGB
CMYK
RGB Variations
Color information
#F17CDB (or 0xF17CDB) is known color: Pale Magenta. HEX triplet: F1, 7C and DB. RGB value is (241,124,219). Sum of RGB (Red+Green+Blue) = 241+124+219=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CDB is #0E8324. Grayscale: #A9A9A9. Windows color (decimal): -951077 or 14384369. OLE color: 14384369.
HSL color Cylindrical-coordinate representation of color #F17CDB: hue angle of 311.28º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17CDB is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 219 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.05 |
| HSL | 311.28º | 0.81% | 0.72% | - |
| HSV(B) | 311.28º | 0.49% | 0.95% | - |
| XYZ | 56.27 | 38.23 | 71.43 | - |
| YUV | 169.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 219 | 0 | 0.49 | 0.09 | 0.05 | 311.28 | 0.81 | 0.72 |
| Hex | F1 | 7C | DB | 0 | 31 | 9 | 5 | 137 | 51 | 48 |
| Octal | 361 | 174 | 333 | 0 | 61 | 11 | 5 | 467 | 121 | 110 |
| Binary | 11110001 | 1111100 | 11011011 | 0 | 110001 | 1001 | 101 | 100110111 | 1010001 | 1001000 |
Color Harmonies of #F17CDB
Complementary color
Monochromatic Colors of #F17CDB
Black with #F17CDB
Text Example
Text Example
White with #F17CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CDB; }
p { color: rgb(241,124,219); }
H1.HeaderClassName
{
color: #F17CDB;
}
.AnyTagClassName
{
color: #F17CDB;
}
</style>
background-color css
<style>
a { background-color: #F17CDB; }
a { background-color: rgb(241,124,219); }
div.DivClassName
{
background-color: #F17CDB;
}
.BgClassName
{
background-color: #F17CDB;
}
</style>
border-color css
<style>
span { border-color: #F17CDB; }
span { border-color: rgb(241,124,219); }
td.TdClassName
{
border-color: #F17CDB;
}
.TagClassName
{
border-color: #F17CDB;
}
</style>