Shades of Pale Magenta #F185D3
Tints of Pale Magenta #F185D3
RGB
CMYK
RGB Variations
Color information
#F185D3 (or 0xF185D3) is known color: Pale Magenta. HEX triplet: F1, 85 and D3. RGB value is (241,133,211). Sum of RGB (Red+Green+Blue) = 241+133+211=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F185D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185D3 is #0E7A2C. Grayscale: #ADADAD. Windows color (decimal): -948781 or 13862385. OLE color: 13862385.
HSL color Cylindrical-coordinate representation of color #F185D3: hue angle of 316.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185D3 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 211 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.05 |
| HSL | 316.67º | 0.79% | 0.73% | - |
| HSV(B) | 316.67º | 0.45% | 0.95% | - |
| XYZ | 56.42 | 40.18 | 66.41 | - |
| YUV | 174.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 211 | 0 | 0.45 | 0.12 | 0.05 | 316.67 | 0.79 | 0.73 |
| Hex | F1 | 85 | D3 | 0 | 2D | C | 5 | 13D | 4F | 49 |
| Octal | 361 | 205 | 323 | 0 | 55 | 14 | 5 | 475 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11010011 | 0 | 101101 | 1100 | 101 | 100111101 | 1001111 | 1001001 |
Color Harmonies of #F185D3
Complementary color
Monochromatic Colors of #F185D3
Black with #F185D3
Text Example
Text Example
White with #F185D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185D3; }
p { color: rgb(241,133,211); }
H1.HeaderClassName
{
color: #F185D3;
}
.AnyTagClassName
{
color: #F185D3;
}
</style>
background-color css
<style>
a { background-color: #F185D3; }
a { background-color: rgb(241,133,211); }
div.DivClassName
{
background-color: #F185D3;
}
.BgClassName
{
background-color: #F185D3;
}
</style>
border-color css
<style>
span { border-color: #F185D3; }
span { border-color: rgb(241,133,211); }
td.TdClassName
{
border-color: #F185D3;
}
.TagClassName
{
border-color: #F185D3;
}
</style>