Shades of Pale Magenta #F186DA
Tints of Pale Magenta #F186DA
RGB
CMYK
RGB Variations
Color information
#F186DA (or 0xF186DA) is known color: Pale Magenta. HEX triplet: F1, 86 and DA. RGB value is (241,134,218). Sum of RGB (Red+Green+Blue) = 241+134+218=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F186DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186DA is #0E7925. Grayscale: #AFAFAF. Windows color (decimal): -948518 or 14321393. OLE color: 14321393.
HSL color Cylindrical-coordinate representation of color #F186DA: hue angle of 312.9º 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 #F186DA is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 218 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.05 |
| HSL | 312.9º | 0.79% | 0.74% | - |
| HSV(B) | 312.9º | 0.44% | 0.95% | - |
| XYZ | 57.46 | 40.81 | 71.18 | - |
| YUV | 175.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 218 | 0 | 0.44 | 0.10 | 0.05 | 312.9 | 0.79 | 0.74 |
| Hex | F1 | 86 | DA | 0 | 2C | A | 5 | 139 | 4F | 4A |
| Octal | 361 | 206 | 332 | 0 | 54 | 12 | 5 | 471 | 117 | 112 |
| Binary | 11110001 | 10000110 | 11011010 | 0 | 101100 | 1010 | 101 | 100111001 | 1001111 | 1001010 |
Color Harmonies of #F186DA
Complementary color
Monochromatic Colors of #F186DA
Black with #F186DA
Text Example
Text Example
White with #F186DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F186DA; }
p { color: rgb(241,134,218); }
H1.HeaderClassName
{
color: #F186DA;
}
.AnyTagClassName
{
color: #F186DA;
}
</style>
background-color css
<style>
a { background-color: #F186DA; }
a { background-color: rgb(241,134,218); }
div.DivClassName
{
background-color: #F186DA;
}
.BgClassName
{
background-color: #F186DA;
}
</style>
border-color css
<style>
span { border-color: #F186DA; }
span { border-color: rgb(241,134,218); }
td.TdClassName
{
border-color: #F186DA;
}
.TagClassName
{
border-color: #F186DA;
}
</style>