Shades of Pale Magenta #F188DF
Tints of Pale Magenta #F188DF
RGB
CMYK
RGB Variations
Color information
#F188DF (or 0xF188DF) is known color: Pale Magenta. HEX triplet: F1, 88 and DF. RGB value is (241,136,223). Sum of RGB (Red+Green+Blue) = 241+136+223=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F188DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188DF is #0E7720. Grayscale: #B1B1B1. Windows color (decimal): -948001 or 14649585. OLE color: 14649585.
HSL color Cylindrical-coordinate representation of color #F188DF: hue angle of 310.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F188DF is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 223 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.05 |
| HSL | 310.29º | 0.79% | 0.74% | - |
| HSV(B) | 310.29º | 0.44% | 0.95% | - |
| XYZ | 58.4 | 41.64 | 74.77 | - |
| YUV | 177.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 223 | 0 | 0.44 | 0.07 | 0.05 | 310.29 | 0.79 | 0.74 |
| Hex | F1 | 88 | DF | 0 | 2C | 7 | 5 | 136 | 4F | 4A |
| Octal | 361 | 210 | 337 | 0 | 54 | 7 | 5 | 466 | 117 | 112 |
| Binary | 11110001 | 10001000 | 11011111 | 0 | 101100 | 111 | 101 | 100110110 | 1001111 | 1001010 |
Color Harmonies of #F188DF
Complementary color
Monochromatic Colors of #F188DF
Black with #F188DF
Text Example
Text Example
White with #F188DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188DF; }
p { color: rgb(241,136,223); }
H1.HeaderClassName
{
color: #F188DF;
}
.AnyTagClassName
{
color: #F188DF;
}
</style>
background-color css
<style>
a { background-color: #F188DF; }
a { background-color: rgb(241,136,223); }
div.DivClassName
{
background-color: #F188DF;
}
.BgClassName
{
background-color: #F188DF;
}
</style>
border-color css
<style>
span { border-color: #F188DF; }
span { border-color: rgb(241,136,223); }
td.TdClassName
{
border-color: #F188DF;
}
.TagClassName
{
border-color: #F188DF;
}
</style>