Shades of Pale Magenta #F08FE6
Tints of Pale Magenta #F08FE6
RGB
CMYK
RGB Variations
Color information
#F08FE6 (or 0xF08FE6) is known color: Pale Magenta. HEX triplet: F0, 8F and E6. RGB value is (240,143,230). Sum of RGB (Red+Green+Blue) = 240+143+230=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FE6 is #0F7019. Grayscale: #B5B5B5. Windows color (decimal): -1011738 or 15110128. OLE color: 15110128.
HSL color Cylindrical-coordinate representation of color #F08FE6: hue angle of 306.19º 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 #F08FE6 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 230 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.06 |
| HSL | 306.19º | 0.76% | 0.75% | - |
| HSV(B) | 306.19º | 0.4% | 0.94% | - |
| XYZ | 60.04 | 43.88 | 80.17 | - |
| YUV | 181.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 230 | 0 | 0.40 | 0.04 | 0.06 | 306.19 | 0.76 | 0.75 |
| Hex | F0 | 8F | E6 | 0 | 28 | 4 | 6 | 132 | 4C | 4B |
| Octal | 360 | 217 | 346 | 0 | 50 | 4 | 6 | 462 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11100110 | 0 | 101000 | 100 | 110 | 100110010 | 1001100 | 1001011 |
Color Harmonies of #F08FE6
Complementary color
Monochromatic Colors of #F08FE6
Black with #F08FE6
Text Example
Text Example
White with #F08FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FE6; }
p { color: rgb(240,143,230); }
H1.HeaderClassName
{
color: #F08FE6;
}
.AnyTagClassName
{
color: #F08FE6;
}
</style>
background-color css
<style>
a { background-color: #F08FE6; }
a { background-color: rgb(240,143,230); }
div.DivClassName
{
background-color: #F08FE6;
}
.BgClassName
{
background-color: #F08FE6;
}
</style>
border-color css
<style>
span { border-color: #F08FE6; }
span { border-color: rgb(240,143,230); }
td.TdClassName
{
border-color: #F08FE6;
}
.TagClassName
{
border-color: #F08FE6;
}
</style>