Shades of Pale Magenta #F274D7
Tints of Pale Magenta #F274D7
RGB
CMYK
RGB Variations
Color information
#F274D7 (or 0xF274D7) is known color: Pale Magenta. HEX triplet: F2, 74 and D7. RGB value is (242,116,215). Sum of RGB (Red+Green+Blue) = 242+116+215=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F274D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274D7 is #0D8B28. Grayscale: #A4A4A4. Windows color (decimal): -887593 or 14120178. OLE color: 14120178.
HSL color Cylindrical-coordinate representation of color #F274D7: hue angle of 312.86º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274D7 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 215 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.05 |
| HSL | 312.86º | 0.83% | 0.7% | - |
| HSV(B) | 312.86º | 0.52% | 0.95% | - |
| XYZ | 55.13 | 36.27 | 68.39 | - |
| YUV | 164.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 215 | 0 | 0.52 | 0.11 | 0.05 | 312.86 | 0.83 | 0.7 |
| Hex | F2 | 74 | D7 | 0 | 34 | B | 5 | 139 | 53 | 46 |
| Octal | 362 | 164 | 327 | 0 | 64 | 13 | 5 | 471 | 123 | 106 |
| Binary | 11110010 | 1110100 | 11010111 | 0 | 110100 | 1011 | 101 | 100111001 | 1010011 | 1000110 |
Color Harmonies of #F274D7
Complementary color
Monochromatic Colors of #F274D7
Black with #F274D7
Text Example
Text Example
White with #F274D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274D7; }
p { color: rgb(242,116,215); }
H1.HeaderClassName
{
color: #F274D7;
}
.AnyTagClassName
{
color: #F274D7;
}
</style>
background-color css
<style>
a { background-color: #F274D7; }
a { background-color: rgb(242,116,215); }
div.DivClassName
{
background-color: #F274D7;
}
.BgClassName
{
background-color: #F274D7;
}
</style>
border-color css
<style>
span { border-color: #F274D7; }
span { border-color: rgb(242,116,215); }
td.TdClassName
{
border-color: #F274D7;
}
.TagClassName
{
border-color: #F274D7;
}
</style>