Shades of Pale Magenta #F185D4
Tints of Pale Magenta #F185D4
RGB
CMYK
RGB Variations
Color information
#F185D4 (or 0xF185D4) is known color: Pale Magenta. HEX triplet: F1, 85 and D4. RGB value is (241,133,212). Sum of RGB (Red+Green+Blue) = 241+133+212=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F185D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185D4 is #0E7A2B. Grayscale: #AEAEAE. Windows color (decimal): -948780 or 13927921. OLE color: 13927921.
HSL color Cylindrical-coordinate representation of color #F185D4: hue angle of 316.11º 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 #F185D4 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 212 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.05 |
| HSL | 316.11º | 0.79% | 0.73% | - |
| HSV(B) | 316.11º | 0.45% | 0.95% | - |
| XYZ | 56.55 | 40.23 | 67.07 | - |
| YUV | 174.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 212 | 0 | 0.45 | 0.12 | 0.05 | 316.11 | 0.79 | 0.73 |
| Hex | F1 | 85 | D4 | 0 | 2D | C | 5 | 13C | 4F | 49 |
| Octal | 361 | 205 | 324 | 0 | 55 | 14 | 5 | 474 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11010100 | 0 | 101101 | 1100 | 101 | 100111100 | 1001111 | 1001001 |
Color Harmonies of #F185D4
Complementary color
Monochromatic Colors of #F185D4
Black with #F185D4
Text Example
Text Example
White with #F185D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185D4; }
p { color: rgb(241,133,212); }
H1.HeaderClassName
{
color: #F185D4;
}
.AnyTagClassName
{
color: #F185D4;
}
</style>
background-color css
<style>
a { background-color: #F185D4; }
a { background-color: rgb(241,133,212); }
div.DivClassName
{
background-color: #F185D4;
}
.BgClassName
{
background-color: #F185D4;
}
</style>
border-color css
<style>
span { border-color: #F185D4; }
span { border-color: rgb(241,133,212); }
td.TdClassName
{
border-color: #F185D4;
}
.TagClassName
{
border-color: #F185D4;
}
</style>