Shades of Pale Magenta #F185DF
Tints of Pale Magenta #F185DF
RGB
CMYK
RGB Variations
Color information
#F185DF (or 0xF185DF) is known color: Pale Magenta. HEX triplet: F1, 85 and DF. RGB value is (241,133,223). Sum of RGB (Red+Green+Blue) = 241+133+223=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F185DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185DF is #0E7A20. Grayscale: #AFAFAF. Windows color (decimal): -948769 or 14648817. OLE color: 14648817.
HSL color Cylindrical-coordinate representation of color #F185DF: hue angle of 310º 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 #F185DF is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 223 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.05 |
| HSL | 310º | 0.79% | 0.73% | - |
| HSV(B) | 310º | 0.45% | 0.95% | - |
| XYZ | 57.98 | 40.8 | 74.63 | - |
| YUV | 175.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 223 | 0 | 0.45 | 0.07 | 0.05 | 310 | 0.79 | 0.73 |
| Hex | F1 | 85 | DF | 0 | 2D | 7 | 5 | 136 | 4F | 49 |
| Octal | 361 | 205 | 337 | 0 | 55 | 7 | 5 | 466 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11011111 | 0 | 101101 | 111 | 101 | 100110110 | 1001111 | 1001001 |
Color Harmonies of #F185DF
Complementary color
Monochromatic Colors of #F185DF
Black with #F185DF
Text Example
Text Example
White with #F185DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185DF; }
p { color: rgb(241,133,223); }
H1.HeaderClassName
{
color: #F185DF;
}
.AnyTagClassName
{
color: #F185DF;
}
</style>
background-color css
<style>
a { background-color: #F185DF; }
a { background-color: rgb(241,133,223); }
div.DivClassName
{
background-color: #F185DF;
}
.BgClassName
{
background-color: #F185DF;
}
</style>
border-color css
<style>
span { border-color: #F185DF; }
span { border-color: rgb(241,133,223); }
td.TdClassName
{
border-color: #F185DF;
}
.TagClassName
{
border-color: #F185DF;
}
</style>