Shades of Pale Magenta #F185DD
Tints of Pale Magenta #F185DD
RGB
CMYK
RGB Variations
Color information
#F185DD (or 0xF185DD) is known color: Pale Magenta. HEX triplet: F1, 85 and DD. RGB value is (241,133,221). Sum of RGB (Red+Green+Blue) = 241+133+221=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F185DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185DD is #0E7A22. Grayscale: #AFAFAF. Windows color (decimal): -948771 or 14517745. OLE color: 14517745.
HSL color Cylindrical-coordinate representation of color #F185DD: hue angle of 311.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 #F185DD is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 221 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.05 |
| HSL | 311.11º | 0.79% | 0.73% | - |
| HSV(B) | 311.11º | 0.45% | 0.95% | - |
| XYZ | 57.71 | 40.7 | 73.22 | - |
| YUV | 175.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 221 | 0 | 0.45 | 0.08 | 0.05 | 311.11 | 0.79 | 0.73 |
| Hex | F1 | 85 | DD | 0 | 2D | 8 | 5 | 137 | 4F | 49 |
| Octal | 361 | 205 | 335 | 0 | 55 | 10 | 5 | 467 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11011101 | 0 | 101101 | 1000 | 101 | 100110111 | 1001111 | 1001001 |
Color Harmonies of #F185DD
Complementary color
Monochromatic Colors of #F185DD
Black with #F185DD
Text Example
Text Example
White with #F185DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185DD; }
p { color: rgb(241,133,221); }
H1.HeaderClassName
{
color: #F185DD;
}
.AnyTagClassName
{
color: #F185DD;
}
</style>
background-color css
<style>
a { background-color: #F185DD; }
a { background-color: rgb(241,133,221); }
div.DivClassName
{
background-color: #F185DD;
}
.BgClassName
{
background-color: #F185DD;
}
</style>
border-color css
<style>
span { border-color: #F185DD; }
span { border-color: rgb(241,133,221); }
td.TdClassName
{
border-color: #F185DD;
}
.TagClassName
{
border-color: #F185DD;
}
</style>