Shades of Pale Magenta #F28CDA
Tints of Pale Magenta #F28CDA
RGB
CMYK
RGB Variations
Color information
#F28CDA (or 0xF28CDA) is known color: Pale Magenta. HEX triplet: F2, 8C and DA. RGB value is (242,140,218). Sum of RGB (Red+Green+Blue) = 242+140+218=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CDA is #0D7325. Grayscale: #B3B3B3. Windows color (decimal): -881446 or 14322930. OLE color: 14322930.
HSL color Cylindrical-coordinate representation of color #F28CDA: hue angle of 314.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28CDA is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 218 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.05 |
| HSL | 314.12º | 0.8% | 0.75% | - |
| HSV(B) | 314.12º | 0.42% | 0.95% | - |
| XYZ | 58.65 | 42.7 | 71.48 | - |
| YUV | 179.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 218 | 0 | 0.42 | 0.10 | 0.05 | 314.12 | 0.8 | 0.75 |
| Hex | F2 | 8C | DA | 0 | 2A | A | 5 | 13A | 50 | 4B |
| Octal | 362 | 214 | 332 | 0 | 52 | 12 | 5 | 472 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11011010 | 0 | 101010 | 1010 | 101 | 100111010 | 1010000 | 1001011 |
Color Harmonies of #F28CDA
Complementary color
Monochromatic Colors of #F28CDA
Black with #F28CDA
Text Example
Text Example
White with #F28CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CDA; }
p { color: rgb(242,140,218); }
H1.HeaderClassName
{
color: #F28CDA;
}
.AnyTagClassName
{
color: #F28CDA;
}
</style>
background-color css
<style>
a { background-color: #F28CDA; }
a { background-color: rgb(242,140,218); }
div.DivClassName
{
background-color: #F28CDA;
}
.BgClassName
{
background-color: #F28CDA;
}
</style>
border-color css
<style>
span { border-color: #F28CDA; }
span { border-color: rgb(242,140,218); }
td.TdClassName
{
border-color: #F28CDA;
}
.TagClassName
{
border-color: #F28CDA;
}
</style>