Shades of Pale Magenta #F288DA
Tints of Pale Magenta #F288DA
RGB
CMYK
RGB Variations
Color information
#F288DA (or 0xF288DA) is known color: Pale Magenta. HEX triplet: F2, 88 and DA. RGB value is (242,136,218). Sum of RGB (Red+Green+Blue) = 242+136+218=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F288DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288DA is #0D7725. Grayscale: #B0B0B0. Windows color (decimal): -882470 or 14321906. OLE color: 14321906.
HSL color Cylindrical-coordinate representation of color #F288DA: hue angle of 313.58º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288DA is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 218 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.05 |
| HSL | 313.58º | 0.8% | 0.74% | - |
| HSV(B) | 313.58º | 0.44% | 0.95% | - |
| XYZ | 58.08 | 41.55 | 71.29 | - |
| YUV | 177.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 218 | 0 | 0.44 | 0.10 | 0.05 | 313.58 | 0.8 | 0.74 |
| Hex | F2 | 88 | DA | 0 | 2C | A | 5 | 13A | 50 | 4A |
| Octal | 362 | 210 | 332 | 0 | 54 | 12 | 5 | 472 | 120 | 112 |
| Binary | 11110010 | 10001000 | 11011010 | 0 | 101100 | 1010 | 101 | 100111010 | 1010000 | 1001010 |
Color Harmonies of #F288DA
Complementary color
Monochromatic Colors of #F288DA
Black with #F288DA
Text Example
Text Example
White with #F288DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288DA; }
p { color: rgb(242,136,218); }
H1.HeaderClassName
{
color: #F288DA;
}
.AnyTagClassName
{
color: #F288DA;
}
</style>
background-color css
<style>
a { background-color: #F288DA; }
a { background-color: rgb(242,136,218); }
div.DivClassName
{
background-color: #F288DA;
}
.BgClassName
{
background-color: #F288DA;
}
</style>
border-color css
<style>
span { border-color: #F288DA; }
span { border-color: rgb(242,136,218); }
td.TdClassName
{
border-color: #F288DA;
}
.TagClassName
{
border-color: #F288DA;
}
</style>