Shades of Pale Magenta #F170E4
Tints of Pale Magenta #F170E4
RGB
CMYK
RGB Variations
Color information
#F170E4 (or 0xF170E4) is known color: Pale Magenta. HEX triplet: F1, 70 and E4. RGB value is (241,112,228). Sum of RGB (Red+Green+Blue) = 241+112+228=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F170E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170E4 is #0E8F1B. Grayscale: #A3A3A3. Windows color (decimal): -954140 or 14971121. OLE color: 14971121.
HSL color Cylindrical-coordinate representation of color #F170E4: hue angle of 306.05º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170E4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 228 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.05 |
| HSL | 306.05º | 0.82% | 0.69% | - |
| HSV(B) | 306.05º | 0.54% | 0.95% | - |
| XYZ | 56.07 | 35.89 | 77.37 | - |
| YUV | 163.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 228 | 0 | 0.54 | 0.05 | 0.05 | 306.05 | 0.82 | 0.69 |
| Hex | F1 | 70 | E4 | 0 | 36 | 5 | 5 | 132 | 52 | 45 |
| Octal | 361 | 160 | 344 | 0 | 66 | 5 | 5 | 462 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11100100 | 0 | 110110 | 101 | 101 | 100110010 | 1010010 | 1000101 |
Color Harmonies of #F170E4
Complementary color
Monochromatic Colors of #F170E4
Black with #F170E4
Text Example
Text Example
White with #F170E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170E4; }
p { color: rgb(241,112,228); }
H1.HeaderClassName
{
color: #F170E4;
}
.AnyTagClassName
{
color: #F170E4;
}
</style>
background-color css
<style>
a { background-color: #F170E4; }
a { background-color: rgb(241,112,228); }
div.DivClassName
{
background-color: #F170E4;
}
.BgClassName
{
background-color: #F170E4;
}
</style>
border-color css
<style>
span { border-color: #F170E4; }
span { border-color: rgb(241,112,228); }
td.TdClassName
{
border-color: #F170E4;
}
.TagClassName
{
border-color: #F170E4;
}
</style>