Shades of Pale Magenta #F274DE
Tints of Pale Magenta #F274DE
RGB
CMYK
RGB Variations
Color information
#F274DE (or 0xF274DE) is known color: Pale Magenta. HEX triplet: F2, 74 and DE. RGB value is (242,116,222). Sum of RGB (Red+Green+Blue) = 242+116+222=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F274DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274DE is #0D8B21. Grayscale: #A5A5A5. Windows color (decimal): -887586 or 14578930. OLE color: 14578930.
HSL color Cylindrical-coordinate representation of color #F274DE: hue angle of 309.52º 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 #F274DE is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 222 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.05 |
| HSL | 309.52º | 0.83% | 0.7% | - |
| HSV(B) | 309.52º | 0.52% | 0.95% | - |
| XYZ | 56.05 | 36.64 | 73.23 | - |
| YUV | 165.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 222 | 0 | 0.52 | 0.08 | 0.05 | 309.52 | 0.83 | 0.7 |
| Hex | F2 | 74 | DE | 0 | 34 | 8 | 5 | 136 | 53 | 46 |
| Octal | 362 | 164 | 336 | 0 | 64 | 10 | 5 | 466 | 123 | 106 |
| Binary | 11110010 | 1110100 | 11011110 | 0 | 110100 | 1000 | 101 | 100110110 | 1010011 | 1000110 |
Color Harmonies of #F274DE
Complementary color
Monochromatic Colors of #F274DE
Black with #F274DE
Text Example
Text Example
White with #F274DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274DE; }
p { color: rgb(242,116,222); }
H1.HeaderClassName
{
color: #F274DE;
}
.AnyTagClassName
{
color: #F274DE;
}
</style>
background-color css
<style>
a { background-color: #F274DE; }
a { background-color: rgb(242,116,222); }
div.DivClassName
{
background-color: #F274DE;
}
.BgClassName
{
background-color: #F274DE;
}
</style>
border-color css
<style>
span { border-color: #F274DE; }
span { border-color: rgb(242,116,222); }
td.TdClassName
{
border-color: #F274DE;
}
.TagClassName
{
border-color: #F274DE;
}
</style>