Shades of Pale Magenta #F37BE5
Tints of Pale Magenta #F37BE5
RGB
CMYK
RGB Variations
Color information
#F37BE5 (or 0xF37BE5) is known color: Pale Magenta. HEX triplet: F3, 7B and E5. RGB value is (243,123,229). Sum of RGB (Red+Green+Blue) = 243+123+229=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BE5 is #0C841A. Grayscale: #AAAAAA. Windows color (decimal): -820251 or 15039475. OLE color: 15039475.
HSL color Cylindrical-coordinate representation of color #F37BE5: hue angle of 307º 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 #F37BE5 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 229 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.05 |
| HSL | 307º | 0.83% | 0.72% | - |
| HSV(B) | 307º | 0.49% | 0.95% | - |
| XYZ | 58.19 | 38.88 | 78.57 | - |
| YUV | 170.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 229 | 0 | 0.49 | 0.06 | 0.05 | 307 | 0.83 | 0.72 |
| Hex | F3 | 7B | E5 | 0 | 31 | 6 | 5 | 133 | 53 | 48 |
| Octal | 363 | 173 | 345 | 0 | 61 | 6 | 5 | 463 | 123 | 110 |
| Binary | 11110011 | 1111011 | 11100101 | 0 | 110001 | 110 | 101 | 100110011 | 1010011 | 1001000 |
Color Harmonies of #F37BE5
Complementary color
Monochromatic Colors of #F37BE5
Black with #F37BE5
Text Example
Text Example
White with #F37BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BE5; }
p { color: rgb(243,123,229); }
H1.HeaderClassName
{
color: #F37BE5;
}
.AnyTagClassName
{
color: #F37BE5;
}
</style>
background-color css
<style>
a { background-color: #F37BE5; }
a { background-color: rgb(243,123,229); }
div.DivClassName
{
background-color: #F37BE5;
}
.BgClassName
{
background-color: #F37BE5;
}
</style>
border-color css
<style>
span { border-color: #F37BE5; }
span { border-color: rgb(243,123,229); }
td.TdClassName
{
border-color: #F37BE5;
}
.TagClassName
{
border-color: #F37BE5;
}
</style>