Shades of Pale Magenta #F96BDF
Tints of Pale Magenta #F96BDF
RGB
CMYK
RGB Variations
Color information
#F96BDF (or 0xF96BDF) is known color: Pale Magenta. HEX triplet: F9, 6B and DF. RGB value is (249,107,223). Sum of RGB (Red+Green+Blue) = 249+107+223=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96BDF is #069420. Grayscale: #A2A2A2. Windows color (decimal): -431137 or 14642169. OLE color: 14642169.
HSL color Cylindrical-coordinate representation of color #F96BDF: hue angle of 310.99º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96BDF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 223 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.02 |
| HSL | 310.99º | 0.92% | 0.7% | - |
| HSV(B) | 310.99º | 0.57% | 0.98% | - |
| XYZ | 57.64 | 35.98 | 73.72 | - |
| YUV | 162.68 | 162.04 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 223 | 0 | 0.57 | 0.10 | 0.02 | 310.99 | 0.92 | 0.7 |
| Hex | F9 | 6B | DF | 0 | 39 | A | 2 | 137 | 5C | 46 |
| Octal | 371 | 153 | 337 | 0 | 71 | 12 | 2 | 467 | 134 | 106 |
| Binary | 11111001 | 1101011 | 11011111 | 0 | 111001 | 1010 | 10 | 100110111 | 1011100 | 1000110 |
Color Harmonies of #F96BDF
Complementary color
Monochromatic Colors of #F96BDF
Black with #F96BDF
Text Example
Text Example
White with #F96BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96BDF; }
p { color: rgb(249,107,223); }
H1.HeaderClassName
{
color: #F96BDF;
}
.AnyTagClassName
{
color: #F96BDF;
}
</style>
background-color css
<style>
a { background-color: #F96BDF; }
a { background-color: rgb(249,107,223); }
div.DivClassName
{
background-color: #F96BDF;
}
.BgClassName
{
background-color: #F96BDF;
}
</style>
border-color css
<style>
span { border-color: #F96BDF; }
span { border-color: rgb(249,107,223); }
td.TdClassName
{
border-color: #F96BDF;
}
.TagClassName
{
border-color: #F96BDF;
}
</style>