Shades of Pale Magenta #F185E6
Tints of Pale Magenta #F185E6
RGB
CMYK
RGB Variations
Color information
#F185E6 (or 0xF185E6) is known color: Pale Magenta. HEX triplet: F1, 85 and E6. RGB value is (241,133,230). Sum of RGB (Red+Green+Blue) = 241+133+230=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F185E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185E6 is #0E7A19. Grayscale: #B0B0B0. Windows color (decimal): -948762 or 15107569. OLE color: 15107569.
HSL color Cylindrical-coordinate representation of color #F185E6: hue angle of 306.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 #F185E6 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 230 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.05 |
| HSL | 306.11º | 0.79% | 0.73% | - |
| HSV(B) | 306.11º | 0.45% | 0.95% | - |
| XYZ | 58.95 | 41.19 | 79.71 | - |
| YUV | 176.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 230 | 0 | 0.45 | 0.05 | 0.05 | 306.11 | 0.79 | 0.73 |
| Hex | F1 | 85 | E6 | 0 | 2D | 5 | 5 | 132 | 4F | 49 |
| Octal | 361 | 205 | 346 | 0 | 55 | 5 | 5 | 462 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11100110 | 0 | 101101 | 101 | 101 | 100110010 | 1001111 | 1001001 |
Color Harmonies of #F185E6
Complementary color
Monochromatic Colors of #F185E6
Black with #F185E6
Text Example
Text Example
White with #F185E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185E6; }
p { color: rgb(241,133,230); }
H1.HeaderClassName
{
color: #F185E6;
}
.AnyTagClassName
{
color: #F185E6;
}
</style>
background-color css
<style>
a { background-color: #F185E6; }
a { background-color: rgb(241,133,230); }
div.DivClassName
{
background-color: #F185E6;
}
.BgClassName
{
background-color: #F185E6;
}
</style>
border-color css
<style>
span { border-color: #F185E6; }
span { border-color: rgb(241,133,230); }
td.TdClassName
{
border-color: #F185E6;
}
.TagClassName
{
border-color: #F185E6;
}
</style>