Shades of Pale Magenta #F27DD2
Tints of Pale Magenta #F27DD2
RGB
CMYK
RGB Variations
Color information
#F27DD2 (or 0xF27DD2) is known color: Pale Magenta. HEX triplet: F2, 7D and D2. RGB value is (242,125,210). Sum of RGB (Red+Green+Blue) = 242+125+210=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DD2 is #0D822D. Grayscale: #A9A9A9. Windows color (decimal): -885294 or 13794802. OLE color: 13794802.
HSL color Cylindrical-coordinate representation of color #F27DD2: hue angle of 316.41º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DD2 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 210 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.05 |
| HSL | 316.41º | 0.82% | 0.72% | - |
| HSV(B) | 316.41º | 0.48% | 0.95% | - |
| XYZ | 55.58 | 38.2 | 65.42 | - |
| YUV | 169.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 210 | 0 | 0.48 | 0.13 | 0.05 | 316.41 | 0.82 | 0.72 |
| Hex | F2 | 7D | D2 | 0 | 30 | D | 5 | 13C | 52 | 48 |
| Octal | 362 | 175 | 322 | 0 | 60 | 15 | 5 | 474 | 122 | 110 |
| Binary | 11110010 | 1111101 | 11010010 | 0 | 110000 | 1101 | 101 | 100111100 | 1010010 | 1001000 |
Color Harmonies of #F27DD2
Complementary color
Monochromatic Colors of #F27DD2
Black with #F27DD2
Text Example
Text Example
White with #F27DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DD2; }
p { color: rgb(242,125,210); }
H1.HeaderClassName
{
color: #F27DD2;
}
.AnyTagClassName
{
color: #F27DD2;
}
</style>
background-color css
<style>
a { background-color: #F27DD2; }
a { background-color: rgb(242,125,210); }
div.DivClassName
{
background-color: #F27DD2;
}
.BgClassName
{
background-color: #F27DD2;
}
</style>
border-color css
<style>
span { border-color: #F27DD2; }
span { border-color: rgb(242,125,210); }
td.TdClassName
{
border-color: #F27DD2;
}
.TagClassName
{
border-color: #F27DD2;
}
</style>