Shades of Pale Magenta #F28FDE
Tints of Pale Magenta #F28FDE
RGB
CMYK
RGB Variations
Color information
#F28FDE (or 0xF28FDE) is known color: Pale Magenta. HEX triplet: F2, 8F and DE. RGB value is (242,143,222). Sum of RGB (Red+Green+Blue) = 242+143+222=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FDE is #0D7021. Grayscale: #B5B5B5. Windows color (decimal): -880674 or 14585842. OLE color: 14585842.
HSL color Cylindrical-coordinate representation of color #F28FDE: hue angle of 312.12º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FDE is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 222 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.05 |
| HSL | 312.12º | 0.79% | 0.75% | - |
| HSV(B) | 312.12º | 0.41% | 0.95% | - |
| XYZ | 59.63 | 43.8 | 74.42 | - |
| YUV | 181.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 222 | 0 | 0.41 | 0.08 | 0.05 | 312.12 | 0.79 | 0.75 |
| Hex | F2 | 8F | DE | 0 | 29 | 8 | 5 | 138 | 4F | 4B |
| Octal | 362 | 217 | 336 | 0 | 51 | 10 | 5 | 470 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11011110 | 0 | 101001 | 1000 | 101 | 100111000 | 1001111 | 1001011 |
Color Harmonies of #F28FDE
Complementary color
Monochromatic Colors of #F28FDE
Black with #F28FDE
Text Example
Text Example
White with #F28FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FDE; }
p { color: rgb(242,143,222); }
H1.HeaderClassName
{
color: #F28FDE;
}
.AnyTagClassName
{
color: #F28FDE;
}
</style>
background-color css
<style>
a { background-color: #F28FDE; }
a { background-color: rgb(242,143,222); }
div.DivClassName
{
background-color: #F28FDE;
}
.BgClassName
{
background-color: #F28FDE;
}
</style>
border-color css
<style>
span { border-color: #F28FDE; }
span { border-color: rgb(242,143,222); }
td.TdClassName
{
border-color: #F28FDE;
}
.TagClassName
{
border-color: #F28FDE;
}
</style>