Shades of Pale Magenta #F274D8
Tints of Pale Magenta #F274D8
RGB
CMYK
RGB Variations
Color information
#F274D8 (or 0xF274D8) is known color: Pale Magenta. HEX triplet: F2, 74 and D8. RGB value is (242,116,216). Sum of RGB (Red+Green+Blue) = 242+116+216=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F274D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274D8 is #0D8B27. Grayscale: #A4A4A4. Windows color (decimal): -887592 or 14185714. OLE color: 14185714.
HSL color Cylindrical-coordinate representation of color #F274D8: hue angle of 312.38º 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 #F274D8 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 216 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.05 |
| HSL | 312.38º | 0.83% | 0.7% | - |
| HSV(B) | 312.38º | 0.52% | 0.95% | - |
| XYZ | 55.26 | 36.33 | 69.06 | - |
| YUV | 165.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 216 | 0 | 0.52 | 0.11 | 0.05 | 312.38 | 0.83 | 0.7 |
| Hex | F2 | 74 | D8 | 0 | 34 | B | 5 | 138 | 53 | 46 |
| Octal | 362 | 164 | 330 | 0 | 64 | 13 | 5 | 470 | 123 | 106 |
| Binary | 11110010 | 1110100 | 11011000 | 0 | 110100 | 1011 | 101 | 100111000 | 1010011 | 1000110 |
Color Harmonies of #F274D8
Complementary color
Monochromatic Colors of #F274D8
Black with #F274D8
Text Example
Text Example
White with #F274D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274D8; }
p { color: rgb(242,116,216); }
H1.HeaderClassName
{
color: #F274D8;
}
.AnyTagClassName
{
color: #F274D8;
}
</style>
background-color css
<style>
a { background-color: #F274D8; }
a { background-color: rgb(242,116,216); }
div.DivClassName
{
background-color: #F274D8;
}
.BgClassName
{
background-color: #F274D8;
}
</style>
border-color css
<style>
span { border-color: #F274D8; }
span { border-color: rgb(242,116,216); }
td.TdClassName
{
border-color: #F274D8;
}
.TagClassName
{
border-color: #F274D8;
}
</style>