Shades of Pale Magenta #F96BDC
Tints of Pale Magenta #F96BDC
RGB
CMYK
RGB Variations
Color information
#F96BDC (or 0xF96BDC) is known color: Pale Magenta. HEX triplet: F9, 6B and DC. RGB value is (249,107,220). Sum of RGB (Red+Green+Blue) = 249+107+220=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96BDC is #069423. Grayscale: #A2A2A2. Windows color (decimal): -431140 or 14445561. OLE color: 14445561.
HSL color Cylindrical-coordinate representation of color #F96BDC: hue angle of 312.25º 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 #F96BDC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 220 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.02 |
| HSL | 312.25º | 0.92% | 0.7% | - |
| HSV(B) | 312.25º | 0.57% | 0.98% | - |
| XYZ | 57.24 | 35.82 | 71.61 | - |
| YUV | 162.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 220 | 0 | 0.57 | 0.12 | 0.02 | 312.25 | 0.92 | 0.7 |
| Hex | F9 | 6B | DC | 0 | 39 | C | 2 | 138 | 5C | 46 |
| Octal | 371 | 153 | 334 | 0 | 71 | 14 | 2 | 470 | 134 | 106 |
| Binary | 11111001 | 1101011 | 11011100 | 0 | 111001 | 1100 | 10 | 100111000 | 1011100 | 1000110 |
Color Harmonies of #F96BDC
Complementary color
Monochromatic Colors of #F96BDC
Black with #F96BDC
Text Example
Text Example
White with #F96BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96BDC; }
p { color: rgb(249,107,220); }
H1.HeaderClassName
{
color: #F96BDC;
}
.AnyTagClassName
{
color: #F96BDC;
}
</style>
background-color css
<style>
a { background-color: #F96BDC; }
a { background-color: rgb(249,107,220); }
div.DivClassName
{
background-color: #F96BDC;
}
.BgClassName
{
background-color: #F96BDC;
}
</style>
border-color css
<style>
span { border-color: #F96BDC; }
span { border-color: rgb(249,107,220); }
td.TdClassName
{
border-color: #F96BDC;
}
.TagClassName
{
border-color: #F96BDC;
}
</style>