Shades of Pale Magenta #F17BDD
Tints of Pale Magenta #F17BDD
RGB
CMYK
RGB Variations
Color information
#F17BDD (or 0xF17BDD) is known color: Pale Magenta. HEX triplet: F1, 7B and DD. RGB value is (241,123,221). Sum of RGB (Red+Green+Blue) = 241+123+221=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BDD is #0E8422. Grayscale: #A9A9A9. Windows color (decimal): -951331 or 14515185. OLE color: 14515185.
HSL color Cylindrical-coordinate representation of color #F17BDD: hue angle of 310.17º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17BDD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 221 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.05 |
| HSL | 310.17º | 0.81% | 0.71% | - |
| HSV(B) | 310.17º | 0.49% | 0.95% | - |
| XYZ | 56.41 | 38.09 | 72.79 | - |
| YUV | 169.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 221 | 0 | 0.49 | 0.08 | 0.05 | 310.17 | 0.81 | 0.71 |
| Hex | F1 | 7B | DD | 0 | 31 | 8 | 5 | 136 | 51 | 47 |
| Octal | 361 | 173 | 335 | 0 | 61 | 10 | 5 | 466 | 121 | 107 |
| Binary | 11110001 | 1111011 | 11011101 | 0 | 110001 | 1000 | 101 | 100110110 | 1010001 | 1000111 |
Color Harmonies of #F17BDD
Complementary color
Monochromatic Colors of #F17BDD
Black with #F17BDD
Text Example
Text Example
White with #F17BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BDD; }
p { color: rgb(241,123,221); }
H1.HeaderClassName
{
color: #F17BDD;
}
.AnyTagClassName
{
color: #F17BDD;
}
</style>
background-color css
<style>
a { background-color: #F17BDD; }
a { background-color: rgb(241,123,221); }
div.DivClassName
{
background-color: #F17BDD;
}
.BgClassName
{
background-color: #F17BDD;
}
</style>
border-color css
<style>
span { border-color: #F17BDD; }
span { border-color: rgb(241,123,221); }
td.TdClassName
{
border-color: #F17BDD;
}
.TagClassName
{
border-color: #F17BDD;
}
</style>