Shades of Pale Magenta #F67ADB
Tints of Pale Magenta #F67ADB
RGB
CMYK
RGB Variations
Color information
#F67ADB (or 0xF67ADB) is known color: Pale Magenta. HEX triplet: F6, 7A and DB. RGB value is (246,122,219). Sum of RGB (Red+Green+Blue) = 246+122+219=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ADB is #098524. Grayscale: #A9A9A9. Windows color (decimal): -623909 or 14383862. OLE color: 14383862.
HSL color Cylindrical-coordinate representation of color #F67ADB: hue angle of 313.06º 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 #F67ADB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 219 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.04 |
| HSL | 313.06º | 0.87% | 0.72% | - |
| HSV(B) | 313.06º | 0.5% | 0.96% | - |
| XYZ | 57.75 | 38.63 | 71.43 | - |
| YUV | 170.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 219 | 0 | 0.50 | 0.11 | 0.04 | 313.06 | 0.87 | 0.72 |
| Hex | F6 | 7A | DB | 0 | 32 | B | 4 | 139 | 57 | 48 |
| Octal | 366 | 172 | 333 | 0 | 62 | 13 | 4 | 471 | 127 | 110 |
| Binary | 11110110 | 1111010 | 11011011 | 0 | 110010 | 1011 | 100 | 100111001 | 1010111 | 1001000 |
Color Harmonies of #F67ADB
Complementary color
Monochromatic Colors of #F67ADB
Black with #F67ADB
Text Example
Text Example
White with #F67ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67ADB; }
p { color: rgb(246,122,219); }
H1.HeaderClassName
{
color: #F67ADB;
}
.AnyTagClassName
{
color: #F67ADB;
}
</style>
background-color css
<style>
a { background-color: #F67ADB; }
a { background-color: rgb(246,122,219); }
div.DivClassName
{
background-color: #F67ADB;
}
.BgClassName
{
background-color: #F67ADB;
}
</style>
border-color css
<style>
span { border-color: #F67ADB; }
span { border-color: rgb(246,122,219); }
td.TdClassName
{
border-color: #F67ADB;
}
.TagClassName
{
border-color: #F67ADB;
}
</style>