Shades of Pale Magenta #F37ADB
Tints of Pale Magenta #F37ADB
RGB
CMYK
RGB Variations
Color information
#F37ADB (or 0xF37ADB) is known color: Pale Magenta. HEX triplet: F3, 7A and DB. RGB value is (243,122,219). Sum of RGB (Red+Green+Blue) = 243+122+219=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ADB is #0C8524. Grayscale: #A8A8A8. Windows color (decimal): -820517 or 14383859. OLE color: 14383859.
HSL color Cylindrical-coordinate representation of color #F37ADB: hue angle of 311.9º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37ADB is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 219 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.05 |
| HSL | 311.9º | 0.83% | 0.72% | - |
| HSV(B) | 311.9º | 0.5% | 0.95% | - |
| XYZ | 56.71 | 38.09 | 71.38 | - |
| YUV | 169.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 219 | 0 | 0.50 | 0.10 | 0.05 | 311.9 | 0.83 | 0.72 |
| Hex | F3 | 7A | DB | 0 | 32 | A | 5 | 138 | 53 | 48 |
| Octal | 363 | 172 | 333 | 0 | 62 | 12 | 5 | 470 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11011011 | 0 | 110010 | 1010 | 101 | 100111000 | 1010011 | 1001000 |
Color Harmonies of #F37ADB
Complementary color
Monochromatic Colors of #F37ADB
Black with #F37ADB
Text Example
Text Example
White with #F37ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37ADB; }
p { color: rgb(243,122,219); }
H1.HeaderClassName
{
color: #F37ADB;
}
.AnyTagClassName
{
color: #F37ADB;
}
</style>
background-color css
<style>
a { background-color: #F37ADB; }
a { background-color: rgb(243,122,219); }
div.DivClassName
{
background-color: #F37ADB;
}
.BgClassName
{
background-color: #F37ADB;
}
</style>
border-color css
<style>
span { border-color: #F37ADB; }
span { border-color: rgb(243,122,219); }
td.TdClassName
{
border-color: #F37ADB;
}
.TagClassName
{
border-color: #F37ADB;
}
</style>