Shades of Pale Magenta #F187D3
Tints of Pale Magenta #F187D3
RGB
CMYK
RGB Variations
Color information
#F187D3 (or 0xF187D3) is known color: Pale Magenta. HEX triplet: F1, 87 and D3. RGB value is (241,135,211). Sum of RGB (Red+Green+Blue) = 241+135+211=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F187D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187D3 is #0E782C. Grayscale: #AFAFAF. Windows color (decimal): -948269 or 13862897. OLE color: 13862897.
HSL color Cylindrical-coordinate representation of color #F187D3: hue angle of 316.98º 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 #F187D3 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 211 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.05 |
| HSL | 316.98º | 0.79% | 0.74% | - |
| HSV(B) | 316.98º | 0.44% | 0.95% | - |
| XYZ | 56.7 | 40.73 | 66.5 | - |
| YUV | 175.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 211 | 0 | 0.44 | 0.12 | 0.05 | 316.98 | 0.79 | 0.74 |
| Hex | F1 | 87 | D3 | 0 | 2C | C | 5 | 13D | 4F | 4A |
| Octal | 361 | 207 | 323 | 0 | 54 | 14 | 5 | 475 | 117 | 112 |
| Binary | 11110001 | 10000111 | 11010011 | 0 | 101100 | 1100 | 101 | 100111101 | 1001111 | 1001010 |
Color Harmonies of #F187D3
Complementary color
Monochromatic Colors of #F187D3
Black with #F187D3
Text Example
Text Example
White with #F187D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F187D3; }
p { color: rgb(241,135,211); }
H1.HeaderClassName
{
color: #F187D3;
}
.AnyTagClassName
{
color: #F187D3;
}
</style>
background-color css
<style>
a { background-color: #F187D3; }
a { background-color: rgb(241,135,211); }
div.DivClassName
{
background-color: #F187D3;
}
.BgClassName
{
background-color: #F187D3;
}
</style>
border-color css
<style>
span { border-color: #F187D3; }
span { border-color: rgb(241,135,211); }
td.TdClassName
{
border-color: #F187D3;
}
.TagClassName
{
border-color: #F187D3;
}
</style>