Shades of Pale Magenta #F28CD3
Tints of Pale Magenta #F28CD3
RGB
CMYK
RGB Variations
Color information
#F28CD3 (or 0xF28CD3) is known color: Pale Magenta. HEX triplet: F2, 8C and D3. RGB value is (242,140,211). Sum of RGB (Red+Green+Blue) = 242+140+211=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CD3 is #0D732C. Grayscale: #B2B2B2. Windows color (decimal): -881453 or 13864178. OLE color: 13864178.
HSL color Cylindrical-coordinate representation of color #F28CD3: hue angle of 318.24º 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 #F28CD3 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 211 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.05 |
| HSL | 318.24º | 0.8% | 0.75% | - |
| HSV(B) | 318.24º | 0.42% | 0.95% | - |
| XYZ | 57.75 | 42.34 | 66.76 | - |
| YUV | 178.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 211 | 0 | 0.42 | 0.13 | 0.05 | 318.24 | 0.8 | 0.75 |
| Hex | F2 | 8C | D3 | 0 | 2A | D | 5 | 13E | 50 | 4B |
| Octal | 362 | 214 | 323 | 0 | 52 | 15 | 5 | 476 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11010011 | 0 | 101010 | 1101 | 101 | 100111110 | 1010000 | 1001011 |
Color Harmonies of #F28CD3
Complementary color
Monochromatic Colors of #F28CD3
Black with #F28CD3
Text Example
Text Example
White with #F28CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CD3; }
p { color: rgb(242,140,211); }
H1.HeaderClassName
{
color: #F28CD3;
}
.AnyTagClassName
{
color: #F28CD3;
}
</style>
background-color css
<style>
a { background-color: #F28CD3; }
a { background-color: rgb(242,140,211); }
div.DivClassName
{
background-color: #F28CD3;
}
.BgClassName
{
background-color: #F28CD3;
}
</style>
border-color css
<style>
span { border-color: #F28CD3; }
span { border-color: rgb(242,140,211); }
td.TdClassName
{
border-color: #F28CD3;
}
.TagClassName
{
border-color: #F28CD3;
}
</style>