Shades of Pale Magenta #F285DD
Tints of Pale Magenta #F285DD
RGB
CMYK
RGB Variations
Color information
#F285DD (or 0xF285DD) is known color: Pale Magenta. HEX triplet: F2, 85 and DD. RGB value is (242,133,221). Sum of RGB (Red+Green+Blue) = 242+133+221=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F285DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285DD is #0D7A22. Grayscale: #AFAFAF. Windows color (decimal): -883235 or 14517746. OLE color: 14517746.
HSL color Cylindrical-coordinate representation of color #F285DD: hue angle of 311.56º 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 #F285DD is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 221 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.05 |
| HSL | 311.56º | 0.81% | 0.74% | - |
| HSV(B) | 311.56º | 0.45% | 0.95% | - |
| XYZ | 58.06 | 40.87 | 73.24 | - |
| YUV | 175.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 221 | 0 | 0.45 | 0.09 | 0.05 | 311.56 | 0.81 | 0.74 |
| Hex | F2 | 85 | DD | 0 | 2D | 9 | 5 | 138 | 51 | 4A |
| Octal | 362 | 205 | 335 | 0 | 55 | 11 | 5 | 470 | 121 | 112 |
| Binary | 11110010 | 10000101 | 11011101 | 0 | 101101 | 1001 | 101 | 100111000 | 1010001 | 1001010 |
Color Harmonies of #F285DD
Complementary color
Monochromatic Colors of #F285DD
Black with #F285DD
Text Example
Text Example
White with #F285DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285DD; }
p { color: rgb(242,133,221); }
H1.HeaderClassName
{
color: #F285DD;
}
.AnyTagClassName
{
color: #F285DD;
}
</style>
background-color css
<style>
a { background-color: #F285DD; }
a { background-color: rgb(242,133,221); }
div.DivClassName
{
background-color: #F285DD;
}
.BgClassName
{
background-color: #F285DD;
}
</style>
border-color css
<style>
span { border-color: #F285DD; }
span { border-color: rgb(242,133,221); }
td.TdClassName
{
border-color: #F285DD;
}
.TagClassName
{
border-color: #F285DD;
}
</style>