Shades of Pale Magenta #F07BD5
Tints of Pale Magenta #F07BD5
RGB
CMYK
RGB Variations
Color information
#F07BD5 (or 0xF07BD5) is known color: Pale Magenta. HEX triplet: F0, 7B and D5. RGB value is (240,123,213). Sum of RGB (Red+Green+Blue) = 240+123+213=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BD5 is #0F842A. Grayscale: #A8A8A8. Windows color (decimal): -1016875 or 13990896. OLE color: 13990896.
HSL color Cylindrical-coordinate representation of color #F07BD5: hue angle of 313.85º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BD5 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 213 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.06 |
| HSL | 313.85º | 0.8% | 0.71% | - |
| HSV(B) | 313.85º | 0.49% | 0.94% | - |
| XYZ | 55.03 | 37.5 | 67.29 | - |
| YUV | 168.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 213 | 0 | 0.49 | 0.11 | 0.06 | 313.85 | 0.8 | 0.71 |
| Hex | F0 | 7B | D5 | 0 | 31 | B | 6 | 13A | 50 | 47 |
| Octal | 360 | 173 | 325 | 0 | 61 | 13 | 6 | 472 | 120 | 107 |
| Binary | 11110000 | 1111011 | 11010101 | 0 | 110001 | 1011 | 110 | 100111010 | 1010000 | 1000111 |
Color Harmonies of #F07BD5
Complementary color
Monochromatic Colors of #F07BD5
Black with #F07BD5
Text Example
Text Example
White with #F07BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BD5; }
p { color: rgb(240,123,213); }
H1.HeaderClassName
{
color: #F07BD5;
}
.AnyTagClassName
{
color: #F07BD5;
}
</style>
background-color css
<style>
a { background-color: #F07BD5; }
a { background-color: rgb(240,123,213); }
div.DivClassName
{
background-color: #F07BD5;
}
.BgClassName
{
background-color: #F07BD5;
}
</style>
border-color css
<style>
span { border-color: #F07BD5; }
span { border-color: rgb(240,123,213); }
td.TdClassName
{
border-color: #F07BD5;
}
.TagClassName
{
border-color: #F07BD5;
}
</style>