Shades of Pale Magenta #F192DF
Tints of Pale Magenta #F192DF
RGB
CMYK
RGB Variations
Color information
#F192DF (or 0xF192DF) is known color: Pale Magenta. HEX triplet: F1, 92 and DF. RGB value is (241,146,223). Sum of RGB (Red+Green+Blue) = 241+146+223=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F192DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F192DF is #0E6D20. Grayscale: #B6B6B6. Windows color (decimal): -945441 or 14652145. OLE color: 14652145.
HSL color Cylindrical-coordinate representation of color #F192DF: hue angle of 311.37º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F192DF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 223 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.05 |
| HSL | 311.37º | 0.77% | 0.76% | - |
| HSV(B) | 311.37º | 0.39% | 0.95% | - |
| XYZ | 59.87 | 44.59 | 75.26 | - |
| YUV | 183.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 223 | 0 | 0.39 | 0.07 | 0.05 | 311.37 | 0.77 | 0.76 |
| Hex | F1 | 92 | DF | 0 | 27 | 7 | 5 | 137 | 4D | 4C |
| Octal | 361 | 222 | 337 | 0 | 47 | 7 | 5 | 467 | 115 | 114 |
| Binary | 11110001 | 10010010 | 11011111 | 0 | 100111 | 111 | 101 | 100110111 | 1001101 | 1001100 |
Color Harmonies of #F192DF
Complementary color
Monochromatic Colors of #F192DF
Black with #F192DF
Text Example
Text Example
White with #F192DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F192DF; }
p { color: rgb(241,146,223); }
H1.HeaderClassName
{
color: #F192DF;
}
.AnyTagClassName
{
color: #F192DF;
}
</style>
background-color css
<style>
a { background-color: #F192DF; }
a { background-color: rgb(241,146,223); }
div.DivClassName
{
background-color: #F192DF;
}
.BgClassName
{
background-color: #F192DF;
}
</style>
border-color css
<style>
span { border-color: #F192DF; }
span { border-color: rgb(241,146,223); }
td.TdClassName
{
border-color: #F192DF;
}
.TagClassName
{
border-color: #F192DF;
}
</style>