Shades of Pale Magenta #F27ADC
Tints of Pale Magenta #F27ADC
RGB
CMYK
RGB Variations
Color information
#F27ADC (or 0xF27ADC) is known color: Pale Magenta. HEX triplet: F2, 7A and DC. RGB value is (242,122,220). Sum of RGB (Red+Green+Blue) = 242+122+220=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ADC is #0D8523. Grayscale: #A8A8A8. Windows color (decimal): -886052 or 14449394. OLE color: 14449394.
HSL color Cylindrical-coordinate representation of color #F27ADC: hue angle of 311º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27ADC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 220 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.05 |
| HSL | 311º | 0.82% | 0.71% | - |
| HSV(B) | 311º | 0.5% | 0.95% | - |
| XYZ | 56.5 | 37.96 | 72.06 | - |
| YUV | 169.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 220 | 0 | 0.50 | 0.09 | 0.05 | 311 | 0.82 | 0.71 |
| Hex | F2 | 7A | DC | 0 | 32 | 9 | 5 | 137 | 52 | 47 |
| Octal | 362 | 172 | 334 | 0 | 62 | 11 | 5 | 467 | 122 | 107 |
| Binary | 11110010 | 1111010 | 11011100 | 0 | 110010 | 1001 | 101 | 100110111 | 1010010 | 1000111 |
Color Harmonies of #F27ADC
Complementary color
Monochromatic Colors of #F27ADC
Black with #F27ADC
Text Example
Text Example
White with #F27ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ADC; }
p { color: rgb(242,122,220); }
H1.HeaderClassName
{
color: #F27ADC;
}
.AnyTagClassName
{
color: #F27ADC;
}
</style>
background-color css
<style>
a { background-color: #F27ADC; }
a { background-color: rgb(242,122,220); }
div.DivClassName
{
background-color: #F27ADC;
}
.BgClassName
{
background-color: #F27ADC;
}
</style>
border-color css
<style>
span { border-color: #F27ADC; }
span { border-color: rgb(242,122,220); }
td.TdClassName
{
border-color: #F27ADC;
}
.TagClassName
{
border-color: #F27ADC;
}
</style>