Shades of Pale Magenta #F67BDF
Tints of Pale Magenta #F67BDF
RGB
CMYK
RGB Variations
Color information
#F67BDF (or 0xF67BDF) is known color: Pale Magenta. HEX triplet: F6, 7B and DF. RGB value is (246,123,223). Sum of RGB (Red+Green+Blue) = 246+123+223=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BDF is #098420. Grayscale: #AAAAAA. Windows color (decimal): -623649 or 14646262. OLE color: 14646262.
HSL color Cylindrical-coordinate representation of color #F67BDF: hue angle of 311.22º 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 #F67BDF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 223 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.04 |
| HSL | 311.22º | 0.87% | 0.72% | - |
| HSV(B) | 311.22º | 0.5% | 0.96% | - |
| XYZ | 58.41 | 39.09 | 74.28 | - |
| YUV | 171.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 223 | 0 | 0.50 | 0.09 | 0.04 | 311.22 | 0.87 | 0.72 |
| Hex | F6 | 7B | DF | 0 | 32 | 9 | 4 | 137 | 57 | 48 |
| Octal | 366 | 173 | 337 | 0 | 62 | 11 | 4 | 467 | 127 | 110 |
| Binary | 11110110 | 1111011 | 11011111 | 0 | 110010 | 1001 | 100 | 100110111 | 1010111 | 1001000 |
Color Harmonies of #F67BDF
Complementary color
Monochromatic Colors of #F67BDF
Black with #F67BDF
Text Example
Text Example
White with #F67BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67BDF; }
p { color: rgb(246,123,223); }
H1.HeaderClassName
{
color: #F67BDF;
}
.AnyTagClassName
{
color: #F67BDF;
}
</style>
background-color css
<style>
a { background-color: #F67BDF; }
a { background-color: rgb(246,123,223); }
div.DivClassName
{
background-color: #F67BDF;
}
.BgClassName
{
background-color: #F67BDF;
}
</style>
border-color css
<style>
span { border-color: #F67BDF; }
span { border-color: rgb(246,123,223); }
td.TdClassName
{
border-color: #F67BDF;
}
.TagClassName
{
border-color: #F67BDF;
}
</style>