Shades of Pale Magenta #F290D7
Tints of Pale Magenta #F290D7
RGB
CMYK
RGB Variations
Color information
#F290D7 (or 0xF290D7) is known color: Pale Magenta. HEX triplet: F2, 90 and D7. RGB value is (242,144,215). Sum of RGB (Red+Green+Blue) = 242+144+215=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F290D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290D7 is #0D6F28. Grayscale: #B5B5B5. Windows color (decimal): -880425 or 14127346. OLE color: 14127346.
HSL color Cylindrical-coordinate representation of color #F290D7: hue angle of 316.53º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290D7 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 215 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.05 |
| HSL | 316.53º | 0.79% | 0.76% | - |
| HSV(B) | 316.53º | 0.4% | 0.95% | - |
| XYZ | 58.86 | 43.73 | 69.63 | - |
| YUV | 181.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 215 | 0 | 0.40 | 0.11 | 0.05 | 316.53 | 0.79 | 0.76 |
| Hex | F2 | 90 | D7 | 0 | 28 | B | 5 | 13D | 4F | 4C |
| Octal | 362 | 220 | 327 | 0 | 50 | 13 | 5 | 475 | 117 | 114 |
| Binary | 11110010 | 10010000 | 11010111 | 0 | 101000 | 1011 | 101 | 100111101 | 1001111 | 1001100 |
Color Harmonies of #F290D7
Complementary color
Monochromatic Colors of #F290D7
Black with #F290D7
Text Example
Text Example
White with #F290D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290D7; }
p { color: rgb(242,144,215); }
H1.HeaderClassName
{
color: #F290D7;
}
.AnyTagClassName
{
color: #F290D7;
}
</style>
background-color css
<style>
a { background-color: #F290D7; }
a { background-color: rgb(242,144,215); }
div.DivClassName
{
background-color: #F290D7;
}
.BgClassName
{
background-color: #F290D7;
}
</style>
border-color css
<style>
span { border-color: #F290D7; }
span { border-color: rgb(242,144,215); }
td.TdClassName
{
border-color: #F290D7;
}
.TagClassName
{
border-color: #F290D7;
}
</style>