Shades of Pale Magenta #F37BDF
Tints of Pale Magenta #F37BDF
RGB
CMYK
RGB Variations
Color information
#F37BDF (or 0xF37BDF) is known color: Pale Magenta. HEX triplet: F3, 7B and DF. RGB value is (243,123,223). Sum of RGB (Red+Green+Blue) = 243+123+223=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BDF is #0C8420. Grayscale: #A9A9A9. Windows color (decimal): -820257 or 14646259. OLE color: 14646259.
HSL color Cylindrical-coordinate representation of color #F37BDF: hue angle of 310º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37BDF is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 223 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.05 |
| HSL | 310º | 0.83% | 0.72% | - |
| HSV(B) | 310º | 0.49% | 0.95% | - |
| XYZ | 57.36 | 38.55 | 74.23 | - |
| YUV | 170.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 223 | 0 | 0.49 | 0.08 | 0.05 | 310 | 0.83 | 0.72 |
| Hex | F3 | 7B | DF | 0 | 31 | 8 | 5 | 136 | 53 | 48 |
| Octal | 363 | 173 | 337 | 0 | 61 | 10 | 5 | 466 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11011111 | 0 | 110001 | 1000 | 101 | 100110110 | 1010011 | 1001000 |
Color Harmonies of #F37BDF
Complementary color
Monochromatic Colors of #F37BDF
Black with #F37BDF
Text Example
Text Example
White with #F37BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BDF; }
p { color: rgb(243,123,223); }
H1.HeaderClassName
{
color: #F37BDF;
}
.AnyTagClassName
{
color: #F37BDF;
}
</style>
background-color css
<style>
a { background-color: #F37BDF; }
a { background-color: rgb(243,123,223); }
div.DivClassName
{
background-color: #F37BDF;
}
.BgClassName
{
background-color: #F37BDF;
}
</style>
border-color css
<style>
span { border-color: #F37BDF; }
span { border-color: rgb(243,123,223); }
td.TdClassName
{
border-color: #F37BDF;
}
.TagClassName
{
border-color: #F37BDF;
}
</style>