Shades of Pale Magenta #F08FE1
Tints of Pale Magenta #F08FE1
RGB
CMYK
RGB Variations
Color information
#F08FE1 (or 0xF08FE1) is known color: Pale Magenta. HEX triplet: F0, 8F and E1. RGB value is (240,143,225). Sum of RGB (Red+Green+Blue) = 240+143+225=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FE1 is #0F701E. Grayscale: #B5B5B5. Windows color (decimal): -1011743 or 14782448. OLE color: 14782448.
HSL color Cylindrical-coordinate representation of color #F08FE1: hue angle of 309.28º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FE1 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 225 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.06 |
| HSL | 309.28º | 0.76% | 0.75% | - |
| HSV(B) | 309.28º | 0.4% | 0.94% | - |
| XYZ | 59.35 | 43.61 | 76.52 | - |
| YUV | 181.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 225 | 0 | 0.40 | 0.06 | 0.06 | 309.28 | 0.76 | 0.75 |
| Hex | F0 | 8F | E1 | 0 | 28 | 6 | 6 | 135 | 4C | 4B |
| Octal | 360 | 217 | 341 | 0 | 50 | 6 | 6 | 465 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11100001 | 0 | 101000 | 110 | 110 | 100110101 | 1001100 | 1001011 |
Color Harmonies of #F08FE1
Complementary color
Monochromatic Colors of #F08FE1
Black with #F08FE1
Text Example
Text Example
White with #F08FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FE1; }
p { color: rgb(240,143,225); }
H1.HeaderClassName
{
color: #F08FE1;
}
.AnyTagClassName
{
color: #F08FE1;
}
</style>
background-color css
<style>
a { background-color: #F08FE1; }
a { background-color: rgb(240,143,225); }
div.DivClassName
{
background-color: #F08FE1;
}
.BgClassName
{
background-color: #F08FE1;
}
</style>
border-color css
<style>
span { border-color: #F08FE1; }
span { border-color: rgb(240,143,225); }
td.TdClassName
{
border-color: #F08FE1;
}
.TagClassName
{
border-color: #F08FE1;
}
</style>