Shades of Pale Magenta #F08FE2
Tints of Pale Magenta #F08FE2
RGB
CMYK
RGB Variations
Color information
#F08FE2 (or 0xF08FE2) is known color: Pale Magenta. HEX triplet: F0, 8F and E2. RGB value is (240,143,226). Sum of RGB (Red+Green+Blue) = 240+143+226=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FE2 is #0F701D. Grayscale: #B5B5B5. Windows color (decimal): -1011742 or 14847984. OLE color: 14847984.
HSL color Cylindrical-coordinate representation of color #F08FE2: hue angle of 308.66º 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 #F08FE2 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 226 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.06 |
| HSL | 308.66º | 0.76% | 0.75% | - |
| HSV(B) | 308.66º | 0.4% | 0.94% | - |
| XYZ | 59.49 | 43.66 | 77.24 | - |
| YUV | 181.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 226 | 0 | 0.40 | 0.06 | 0.06 | 308.66 | 0.76 | 0.75 |
| Hex | F0 | 8F | E2 | 0 | 28 | 6 | 6 | 135 | 4C | 4B |
| Octal | 360 | 217 | 342 | 0 | 50 | 6 | 6 | 465 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11100010 | 0 | 101000 | 110 | 110 | 100110101 | 1001100 | 1001011 |
Color Harmonies of #F08FE2
Complementary color
Monochromatic Colors of #F08FE2
Black with #F08FE2
Text Example
Text Example
White with #F08FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FE2; }
p { color: rgb(240,143,226); }
H1.HeaderClassName
{
color: #F08FE2;
}
.AnyTagClassName
{
color: #F08FE2;
}
</style>
background-color css
<style>
a { background-color: #F08FE2; }
a { background-color: rgb(240,143,226); }
div.DivClassName
{
background-color: #F08FE2;
}
.BgClassName
{
background-color: #F08FE2;
}
</style>
border-color css
<style>
span { border-color: #F08FE2; }
span { border-color: rgb(240,143,226); }
td.TdClassName
{
border-color: #F08FE2;
}
.TagClassName
{
border-color: #F08FE2;
}
</style>