Shades of Pale Magenta #F092DF
Tints of Pale Magenta #F092DF
RGB
CMYK
RGB Variations
Color information
#F092DF (or 0xF092DF) is known color: Pale Magenta. HEX triplet: F0, 92 and DF. RGB value is (240,146,223). Sum of RGB (Red+Green+Blue) = 240+146+223=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F092DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092DF is #0F6D20. Grayscale: #B6B6B6. Windows color (decimal): -1010977 or 14652144. OLE color: 14652144.
HSL color Cylindrical-coordinate representation of color #F092DF: hue angle of 310.85º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092DF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 223 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.06 |
| HSL | 310.85º | 0.76% | 0.76% | - |
| HSV(B) | 310.85º | 0.39% | 0.94% | - |
| XYZ | 59.53 | 44.41 | 75.25 | - |
| YUV | 182.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 223 | 0 | 0.39 | 0.07 | 0.06 | 310.85 | 0.76 | 0.76 |
| Hex | F0 | 92 | DF | 0 | 27 | 7 | 6 | 137 | 4C | 4C |
| Octal | 360 | 222 | 337 | 0 | 47 | 7 | 6 | 467 | 114 | 114 |
| Binary | 11110000 | 10010010 | 11011111 | 0 | 100111 | 111 | 110 | 100110111 | 1001100 | 1001100 |
Color Harmonies of #F092DF
Complementary color
Monochromatic Colors of #F092DF
Black with #F092DF
Text Example
Text Example
White with #F092DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092DF; }
p { color: rgb(240,146,223); }
H1.HeaderClassName
{
color: #F092DF;
}
.AnyTagClassName
{
color: #F092DF;
}
</style>
background-color css
<style>
a { background-color: #F092DF; }
a { background-color: rgb(240,146,223); }
div.DivClassName
{
background-color: #F092DF;
}
.BgClassName
{
background-color: #F092DF;
}
</style>
border-color css
<style>
span { border-color: #F092DF; }
span { border-color: rgb(240,146,223); }
td.TdClassName
{
border-color: #F092DF;
}
.TagClassName
{
border-color: #F092DF;
}
</style>