Shades of Pale Magenta #F274DA
Tints of Pale Magenta #F274DA
RGB
CMYK
RGB Variations
Color information
#F274DA (or 0xF274DA) is known color: Pale Magenta. HEX triplet: F2, 74 and DA. RGB value is (242,116,218). Sum of RGB (Red+Green+Blue) = 242+116+218=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F274DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274DA is #0D8B25. Grayscale: #A5A5A5. Windows color (decimal): -887590 or 14316786. OLE color: 14316786.
HSL color Cylindrical-coordinate representation of color #F274DA: hue angle of 311.43º 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 #F274DA is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 218 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.05 |
| HSL | 311.43º | 0.83% | 0.7% | - |
| HSV(B) | 311.43º | 0.52% | 0.95% | - |
| XYZ | 55.52 | 36.43 | 70.44 | - |
| YUV | 165.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 218 | 0 | 0.52 | 0.10 | 0.05 | 311.43 | 0.83 | 0.7 |
| Hex | F2 | 74 | DA | 0 | 34 | A | 5 | 137 | 53 | 46 |
| Octal | 362 | 164 | 332 | 0 | 64 | 12 | 5 | 467 | 123 | 106 |
| Binary | 11110010 | 1110100 | 11011010 | 0 | 110100 | 1010 | 101 | 100110111 | 1010011 | 1000110 |
Color Harmonies of #F274DA
Complementary color
Monochromatic Colors of #F274DA
Black with #F274DA
Text Example
Text Example
White with #F274DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274DA; }
p { color: rgb(242,116,218); }
H1.HeaderClassName
{
color: #F274DA;
}
.AnyTagClassName
{
color: #F274DA;
}
</style>
background-color css
<style>
a { background-color: #F274DA; }
a { background-color: rgb(242,116,218); }
div.DivClassName
{
background-color: #F274DA;
}
.BgClassName
{
background-color: #F274DA;
}
</style>
border-color css
<style>
span { border-color: #F274DA; }
span { border-color: rgb(242,116,218); }
td.TdClassName
{
border-color: #F274DA;
}
.TagClassName
{
border-color: #F274DA;
}
</style>