Shades of Pale Magenta #F17FDF
Tints of Pale Magenta #F17FDF
RGB
CMYK
RGB Variations
Color information
#F17FDF (or 0xF17FDF) is known color: Pale Magenta. HEX triplet: F1, 7F and DF. RGB value is (241,127,223). Sum of RGB (Red+Green+Blue) = 241+127+223=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FDF is #0E8020. Grayscale: #ABABAB. Windows color (decimal): -950305 or 14647281. OLE color: 14647281.
HSL color Cylindrical-coordinate representation of color #F17FDF: hue angle of 309.47º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FDF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 223 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.05 |
| HSL | 309.47º | 0.8% | 0.72% | - |
| HSV(B) | 309.47º | 0.47% | 0.95% | - |
| XYZ | 57.18 | 39.21 | 74.37 | - |
| YUV | 172.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 223 | 0 | 0.47 | 0.07 | 0.05 | 309.47 | 0.8 | 0.72 |
| Hex | F1 | 7F | DF | 0 | 2F | 7 | 5 | 135 | 50 | 48 |
| Octal | 361 | 177 | 337 | 0 | 57 | 7 | 5 | 465 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11011111 | 0 | 101111 | 111 | 101 | 100110101 | 1010000 | 1001000 |
Color Harmonies of #F17FDF
Complementary color
Monochromatic Colors of #F17FDF
Black with #F17FDF
Text Example
Text Example
White with #F17FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FDF; }
p { color: rgb(241,127,223); }
H1.HeaderClassName
{
color: #F17FDF;
}
.AnyTagClassName
{
color: #F17FDF;
}
</style>
background-color css
<style>
a { background-color: #F17FDF; }
a { background-color: rgb(241,127,223); }
div.DivClassName
{
background-color: #F17FDF;
}
.BgClassName
{
background-color: #F17FDF;
}
</style>
border-color css
<style>
span { border-color: #F17FDF; }
span { border-color: rgb(241,127,223); }
td.TdClassName
{
border-color: #F17FDF;
}
.TagClassName
{
border-color: #F17FDF;
}
</style>