Shades of Pale Magenta #F57BDF
Tints of Pale Magenta #F57BDF
RGB
CMYK
RGB Variations
Color information
#F57BDF (or 0xF57BDF) is known color: Pale Magenta. HEX triplet: F5, 7B and DF. RGB value is (245,123,223). Sum of RGB (Red+Green+Blue) = 245+123+223=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BDF is #0A8420. Grayscale: #AAAAAA. Windows color (decimal): -689185 or 14646261. OLE color: 14646261.
HSL color Cylindrical-coordinate representation of color #F57BDF: hue angle of 310.82º degrees, saturation: 0.86, 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 #F57BDF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 223 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.04 |
| HSL | 310.82º | 0.86% | 0.72% | - |
| HSV(B) | 310.82º | 0.5% | 0.96% | - |
| XYZ | 58.06 | 38.91 | 74.26 | - |
| YUV | 170.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 223 | 0 | 0.50 | 0.09 | 0.04 | 310.82 | 0.86 | 0.72 |
| Hex | F5 | 7B | DF | 0 | 32 | 9 | 4 | 137 | 56 | 48 |
| Octal | 365 | 173 | 337 | 0 | 62 | 11 | 4 | 467 | 126 | 110 |
| Binary | 11110101 | 1111011 | 11011111 | 0 | 110010 | 1001 | 100 | 100110111 | 1010110 | 1001000 |
Color Harmonies of #F57BDF
Complementary color
Monochromatic Colors of #F57BDF
Black with #F57BDF
Text Example
Text Example
White with #F57BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BDF; }
p { color: rgb(245,123,223); }
H1.HeaderClassName
{
color: #F57BDF;
}
.AnyTagClassName
{
color: #F57BDF;
}
</style>
background-color css
<style>
a { background-color: #F57BDF; }
a { background-color: rgb(245,123,223); }
div.DivClassName
{
background-color: #F57BDF;
}
.BgClassName
{
background-color: #F57BDF;
}
</style>
border-color css
<style>
span { border-color: #F57BDF; }
span { border-color: rgb(245,123,223); }
td.TdClassName
{
border-color: #F57BDF;
}
.TagClassName
{
border-color: #F57BDF;
}
</style>