Shades of Pale Magenta #F285D3
Tints of Pale Magenta #F285D3
RGB
CMYK
RGB Variations
Color information
#F285D3 (or 0xF285D3) is known color: Pale Magenta. HEX triplet: F2, 85 and D3. RGB value is (242,133,211). Sum of RGB (Red+Green+Blue) = 242+133+211=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F285D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285D3 is #0D7A2C. Grayscale: #AEAEAE. Windows color (decimal): -883245 or 13862386. OLE color: 13862386.
HSL color Cylindrical-coordinate representation of color #F285D3: hue angle of 317.06º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F285D3 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 211 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.05 |
| HSL | 317.06º | 0.81% | 0.74% | - |
| HSV(B) | 317.06º | 0.45% | 0.95% | - |
| XYZ | 56.76 | 40.36 | 66.43 | - |
| YUV | 174.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 211 | 0 | 0.45 | 0.13 | 0.05 | 317.06 | 0.81 | 0.74 |
| Hex | F2 | 85 | D3 | 0 | 2D | D | 5 | 13D | 51 | 4A |
| Octal | 362 | 205 | 323 | 0 | 55 | 15 | 5 | 475 | 121 | 112 |
| Binary | 11110010 | 10000101 | 11010011 | 0 | 101101 | 1101 | 101 | 100111101 | 1010001 | 1001010 |
Color Harmonies of #F285D3
Complementary color
Monochromatic Colors of #F285D3
Black with #F285D3
Text Example
Text Example
White with #F285D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285D3; }
p { color: rgb(242,133,211); }
H1.HeaderClassName
{
color: #F285D3;
}
.AnyTagClassName
{
color: #F285D3;
}
</style>
background-color css
<style>
a { background-color: #F285D3; }
a { background-color: rgb(242,133,211); }
div.DivClassName
{
background-color: #F285D3;
}
.BgClassName
{
background-color: #F285D3;
}
</style>
border-color css
<style>
span { border-color: #F285D3; }
span { border-color: rgb(242,133,211); }
td.TdClassName
{
border-color: #F285D3;
}
.TagClassName
{
border-color: #F285D3;
}
</style>