Shades of Pale Magenta #F187D8
Tints of Pale Magenta #F187D8
RGB
CMYK
RGB Variations
Color information
#F187D8 (or 0xF187D8) is known color: Pale Magenta. HEX triplet: F1, 87 and D8. RGB value is (241,135,216). Sum of RGB (Red+Green+Blue) = 241+135+216=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F187D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187D8 is #0E7827. Grayscale: #AFAFAF. Windows color (decimal): -948264 or 14190577. OLE color: 14190577.
HSL color Cylindrical-coordinate representation of color #F187D8: hue angle of 314.15º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F187D8 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 216 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.05 |
| HSL | 314.15º | 0.79% | 0.74% | - |
| HSV(B) | 314.15º | 0.44% | 0.95% | - |
| XYZ | 57.33 | 40.99 | 69.86 | - |
| YUV | 175.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 216 | 0 | 0.44 | 0.10 | 0.05 | 314.15 | 0.79 | 0.74 |
| Hex | F1 | 87 | D8 | 0 | 2C | A | 5 | 13A | 4F | 4A |
| Octal | 361 | 207 | 330 | 0 | 54 | 12 | 5 | 472 | 117 | 112 |
| Binary | 11110001 | 10000111 | 11011000 | 0 | 101100 | 1010 | 101 | 100111010 | 1001111 | 1001010 |
Color Harmonies of #F187D8
Complementary color
Monochromatic Colors of #F187D8
Black with #F187D8
Text Example
Text Example
White with #F187D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F187D8; }
p { color: rgb(241,135,216); }
H1.HeaderClassName
{
color: #F187D8;
}
.AnyTagClassName
{
color: #F187D8;
}
</style>
background-color css
<style>
a { background-color: #F187D8; }
a { background-color: rgb(241,135,216); }
div.DivClassName
{
background-color: #F187D8;
}
.BgClassName
{
background-color: #F187D8;
}
</style>
border-color css
<style>
span { border-color: #F187D8; }
span { border-color: rgb(241,135,216); }
td.TdClassName
{
border-color: #F187D8;
}
.TagClassName
{
border-color: #F187D8;
}
</style>