Shades of Pale Magenta #F287E2
Tints of Pale Magenta #F287E2
RGB
CMYK
RGB Variations
Color information
#F287E2 (or 0xF287E2) is known color: Pale Magenta. HEX triplet: F2, 87 and E2. RGB value is (242,135,226). Sum of RGB (Red+Green+Blue) = 242+135+226=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 135 (53.12% from 255 or 22.39% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F287E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287E2 is #0D781D. Grayscale: #B1B1B1. Windows color (decimal): -882718 or 14845938. OLE color: 14845938.
HSL color Cylindrical-coordinate representation of color #F287E2: hue angle of 308.97º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F287E2 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 226 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.05 |
| HSL | 308.97º | 0.8% | 0.74% | - |
| HSV(B) | 308.97º | 0.44% | 0.95% | - |
| XYZ | 59.01 | 41.7 | 76.89 | - |
| YUV | 177.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 226 | 0 | 0.44 | 0.07 | 0.05 | 308.97 | 0.8 | 0.74 |
| Hex | F2 | 87 | E2 | 0 | 2C | 7 | 5 | 135 | 50 | 4A |
| Octal | 362 | 207 | 342 | 0 | 54 | 7 | 5 | 465 | 120 | 112 |
| Binary | 11110010 | 10000111 | 11100010 | 0 | 101100 | 111 | 101 | 100110101 | 1010000 | 1001010 |
Color Harmonies of #F287E2
Complementary color
Monochromatic Colors of #F287E2
Black with #F287E2
Text Example
Text Example
White with #F287E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287E2; }
p { color: rgb(242,135,226); }
H1.HeaderClassName
{
color: #F287E2;
}
.AnyTagClassName
{
color: #F287E2;
}
</style>
background-color css
<style>
a { background-color: #F287E2; }
a { background-color: rgb(242,135,226); }
div.DivClassName
{
background-color: #F287E2;
}
.BgClassName
{
background-color: #F287E2;
}
</style>
border-color css
<style>
span { border-color: #F287E2; }
span { border-color: rgb(242,135,226); }
td.TdClassName
{
border-color: #F287E2;
}
.TagClassName
{
border-color: #F287E2;
}
</style>