Shades of Pale Magenta #F187D6
Tints of Pale Magenta #F187D6
RGB
CMYK
RGB Variations
Color information
#F187D6 (or 0xF187D6) is known color: Pale Magenta. HEX triplet: F1, 87 and D6. RGB value is (241,135,214). Sum of RGB (Red+Green+Blue) = 241+135+214=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F187D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187D6 is #0E7829. Grayscale: #AFAFAF. Windows color (decimal): -948266 or 14059505. OLE color: 14059505.
HSL color Cylindrical-coordinate representation of color #F187D6: hue angle of 315.28º 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 #F187D6 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 214 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.05 |
| HSL | 315.28º | 0.79% | 0.74% | - |
| HSV(B) | 315.28º | 0.44% | 0.95% | - |
| XYZ | 57.08 | 40.88 | 68.5 | - |
| YUV | 175.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 214 | 0 | 0.44 | 0.11 | 0.05 | 315.28 | 0.79 | 0.74 |
| Hex | F1 | 87 | D6 | 0 | 2C | B | 5 | 13B | 4F | 4A |
| Octal | 361 | 207 | 326 | 0 | 54 | 13 | 5 | 473 | 117 | 112 |
| Binary | 11110001 | 10000111 | 11010110 | 0 | 101100 | 1011 | 101 | 100111011 | 1001111 | 1001010 |
Color Harmonies of #F187D6
Complementary color
Monochromatic Colors of #F187D6
Black with #F187D6
Text Example
Text Example
White with #F187D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F187D6; }
p { color: rgb(241,135,214); }
H1.HeaderClassName
{
color: #F187D6;
}
.AnyTagClassName
{
color: #F187D6;
}
</style>
background-color css
<style>
a { background-color: #F187D6; }
a { background-color: rgb(241,135,214); }
div.DivClassName
{
background-color: #F187D6;
}
.BgClassName
{
background-color: #F187D6;
}
</style>
border-color css
<style>
span { border-color: #F187D6; }
span { border-color: rgb(241,135,214); }
td.TdClassName
{
border-color: #F187D6;
}
.TagClassName
{
border-color: #F187D6;
}
</style>