Shades of Pale Magenta #F585E2
Tints of Pale Magenta #F585E2
RGB
CMYK
RGB Variations
Color information
#F585E2 (or 0xF585E2) is known color: Pale Magenta. HEX triplet: F5, 85 and E2. RGB value is (245,133,226). Sum of RGB (Red+Green+Blue) = 245+133+226=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F585E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585E2 is #0A7A1D. Grayscale: #B0B0B0. Windows color (decimal): -686622 or 14845429. OLE color: 14845429.
HSL color Cylindrical-coordinate representation of color #F585E2: hue angle of 310.18º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F585E2 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 226 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.04 |
| HSL | 310.18º | 0.85% | 0.74% | - |
| HSV(B) | 310.18º | 0.46% | 0.96% | - |
| XYZ | 59.77 | 41.68 | 76.85 | - |
| YUV | 177.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 226 | 0 | 0.46 | 0.08 | 0.04 | 310.18 | 0.85 | 0.74 |
| Hex | F5 | 85 | E2 | 0 | 2E | 8 | 4 | 136 | 55 | 4A |
| Octal | 365 | 205 | 342 | 0 | 56 | 10 | 4 | 466 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11100010 | 0 | 101110 | 1000 | 100 | 100110110 | 1010101 | 1001010 |
Color Harmonies of #F585E2
Complementary color
Monochromatic Colors of #F585E2
Black with #F585E2
Text Example
Text Example
White with #F585E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585E2; }
p { color: rgb(245,133,226); }
H1.HeaderClassName
{
color: #F585E2;
}
.AnyTagClassName
{
color: #F585E2;
}
</style>
background-color css
<style>
a { background-color: #F585E2; }
a { background-color: rgb(245,133,226); }
div.DivClassName
{
background-color: #F585E2;
}
.BgClassName
{
background-color: #F585E2;
}
</style>
border-color css
<style>
span { border-color: #F585E2; }
span { border-color: rgb(245,133,226); }
td.TdClassName
{
border-color: #F585E2;
}
.TagClassName
{
border-color: #F585E2;
}
</style>