Shades of Pale Magenta #F67BDD
Tints of Pale Magenta #F67BDD
RGB
CMYK
RGB Variations
Color information
#F67BDD (or 0xF67BDD) is known color: Pale Magenta. HEX triplet: F6, 7B and DD. RGB value is (246,123,221). Sum of RGB (Red+Green+Blue) = 246+123+221=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BDD is #098422. Grayscale: #AAAAAA. Windows color (decimal): -623651 or 14515190. OLE color: 14515190.
HSL color Cylindrical-coordinate representation of color #F67BDD: hue angle of 312.2º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67BDD is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 221 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.04 |
| HSL | 312.2º | 0.87% | 0.72% | - |
| HSV(B) | 312.2º | 0.5% | 0.96% | - |
| XYZ | 58.14 | 38.98 | 72.87 | - |
| YUV | 170.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 221 | 0 | 0.50 | 0.10 | 0.04 | 312.2 | 0.87 | 0.72 |
| Hex | F6 | 7B | DD | 0 | 32 | A | 4 | 138 | 57 | 48 |
| Octal | 366 | 173 | 335 | 0 | 62 | 12 | 4 | 470 | 127 | 110 |
| Binary | 11110110 | 1111011 | 11011101 | 0 | 110010 | 1010 | 100 | 100111000 | 1010111 | 1001000 |
Color Harmonies of #F67BDD
Complementary color
Monochromatic Colors of #F67BDD
Black with #F67BDD
Text Example
Text Example
White with #F67BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67BDD; }
p { color: rgb(246,123,221); }
H1.HeaderClassName
{
color: #F67BDD;
}
.AnyTagClassName
{
color: #F67BDD;
}
</style>
background-color css
<style>
a { background-color: #F67BDD; }
a { background-color: rgb(246,123,221); }
div.DivClassName
{
background-color: #F67BDD;
}
.BgClassName
{
background-color: #F67BDD;
}
</style>
border-color css
<style>
span { border-color: #F67BDD; }
span { border-color: rgb(246,123,221); }
td.TdClassName
{
border-color: #F67BDD;
}
.TagClassName
{
border-color: #F67BDD;
}
</style>