Shades of Pale Magenta #F08FE3
Tints of Pale Magenta #F08FE3
RGB
CMYK
RGB Variations
Color information
#F08FE3 (or 0xF08FE3) is known color: Pale Magenta. HEX triplet: F0, 8F and E3. RGB value is (240,143,227). Sum of RGB (Red+Green+Blue) = 240+143+227=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FE3 is #0F701C. Grayscale: #B5B5B5. Windows color (decimal): -1011741 or 14913520. OLE color: 14913520.
HSL color Cylindrical-coordinate representation of color #F08FE3: hue angle of 308.04º 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 #F08FE3 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 227 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.06 |
| HSL | 308.04º | 0.76% | 0.75% | - |
| HSV(B) | 308.04º | 0.4% | 0.94% | - |
| XYZ | 59.62 | 43.72 | 77.97 | - |
| YUV | 181.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 227 | 0 | 0.40 | 0.05 | 0.06 | 308.04 | 0.76 | 0.75 |
| Hex | F0 | 8F | E3 | 0 | 28 | 5 | 6 | 134 | 4C | 4B |
| Octal | 360 | 217 | 343 | 0 | 50 | 5 | 6 | 464 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11100011 | 0 | 101000 | 101 | 110 | 100110100 | 1001100 | 1001011 |
Color Harmonies of #F08FE3
Complementary color
Monochromatic Colors of #F08FE3
Black with #F08FE3
Text Example
Text Example
White with #F08FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FE3; }
p { color: rgb(240,143,227); }
H1.HeaderClassName
{
color: #F08FE3;
}
.AnyTagClassName
{
color: #F08FE3;
}
</style>
background-color css
<style>
a { background-color: #F08FE3; }
a { background-color: rgb(240,143,227); }
div.DivClassName
{
background-color: #F08FE3;
}
.BgClassName
{
background-color: #F08FE3;
}
</style>
border-color css
<style>
span { border-color: #F08FE3; }
span { border-color: rgb(240,143,227); }
td.TdClassName
{
border-color: #F08FE3;
}
.TagClassName
{
border-color: #F08FE3;
}
</style>