Shades of Pale Magenta #F272E4
Tints of Pale Magenta #F272E4
RGB
CMYK
RGB Variations
Color information
#F272E4 (or 0xF272E4) is known color: Pale Magenta. HEX triplet: F2, 72 and E4. RGB value is (242,114,228). Sum of RGB (Red+Green+Blue) = 242+114+228=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F272E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272E4 is #0D8D1B. Grayscale: #A4A4A4. Windows color (decimal): -888092 or 14971634. OLE color: 14971634.
HSL color Cylindrical-coordinate representation of color #F272E4: hue angle of 306.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F272E4 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 228 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.05 |
| HSL | 306.56º | 0.83% | 0.7% | - |
| HSV(B) | 306.56º | 0.53% | 0.95% | - |
| XYZ | 56.64 | 36.51 | 77.46 | - |
| YUV | 165.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 228 | 0 | 0.53 | 0.06 | 0.05 | 306.56 | 0.83 | 0.7 |
| Hex | F2 | 72 | E4 | 0 | 35 | 6 | 5 | 133 | 53 | 46 |
| Octal | 362 | 162 | 344 | 0 | 65 | 6 | 5 | 463 | 123 | 106 |
| Binary | 11110010 | 1110010 | 11100100 | 0 | 110101 | 110 | 101 | 100110011 | 1010011 | 1000110 |
Color Harmonies of #F272E4
Complementary color
Monochromatic Colors of #F272E4
Black with #F272E4
Text Example
Text Example
White with #F272E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272E4; }
p { color: rgb(242,114,228); }
H1.HeaderClassName
{
color: #F272E4;
}
.AnyTagClassName
{
color: #F272E4;
}
</style>
background-color css
<style>
a { background-color: #F272E4; }
a { background-color: rgb(242,114,228); }
div.DivClassName
{
background-color: #F272E4;
}
.BgClassName
{
background-color: #F272E4;
}
</style>
border-color css
<style>
span { border-color: #F272E4; }
span { border-color: rgb(242,114,228); }
td.TdClassName
{
border-color: #F272E4;
}
.TagClassName
{
border-color: #F272E4;
}
</style>