Shades of Pale Magenta #F37FDB
Tints of Pale Magenta #F37FDB
RGB
CMYK
RGB Variations
Color information
#F37FDB (or 0xF37FDB) is known color: Pale Magenta. HEX triplet: F3, 7F and DB. RGB value is (243,127,219). Sum of RGB (Red+Green+Blue) = 243+127+219=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FDB is #0C8024. Grayscale: #ABABAB. Windows color (decimal): -819237 or 14385139. OLE color: 14385139.
HSL color Cylindrical-coordinate representation of color #F37FDB: hue angle of 312.41º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37FDB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 219 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.05 |
| HSL | 312.41º | 0.83% | 0.73% | - |
| HSV(B) | 312.41º | 0.48% | 0.95% | - |
| XYZ | 57.34 | 39.35 | 71.59 | - |
| YUV | 172.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 219 | 0 | 0.48 | 0.10 | 0.05 | 312.41 | 0.83 | 0.73 |
| Hex | F3 | 7F | DB | 0 | 30 | A | 5 | 138 | 53 | 49 |
| Octal | 363 | 177 | 333 | 0 | 60 | 12 | 5 | 470 | 123 | 111 |
| Binary | 11110011 | 1111111 | 11011011 | 0 | 110000 | 1010 | 101 | 100111000 | 1010011 | 1001001 |
Color Harmonies of #F37FDB
Complementary color
Monochromatic Colors of #F37FDB
Black with #F37FDB
Text Example
Text Example
White with #F37FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37FDB; }
p { color: rgb(243,127,219); }
H1.HeaderClassName
{
color: #F37FDB;
}
.AnyTagClassName
{
color: #F37FDB;
}
</style>
background-color css
<style>
a { background-color: #F37FDB; }
a { background-color: rgb(243,127,219); }
div.DivClassName
{
background-color: #F37FDB;
}
.BgClassName
{
background-color: #F37FDB;
}
</style>
border-color css
<style>
span { border-color: #F37FDB; }
span { border-color: rgb(243,127,219); }
td.TdClassName
{
border-color: #F37FDB;
}
.TagClassName
{
border-color: #F37FDB;
}
</style>