Shades of Pale Magenta #F273E4
Tints of Pale Magenta #F273E4
RGB
CMYK
RGB Variations
Color information
#F273E4 (or 0xF273E4) is known color: Pale Magenta. HEX triplet: F2, 73 and E4. RGB value is (242,115,228). Sum of RGB (Red+Green+Blue) = 242+115+228=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F273E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273E4 is #0D8C1B. Grayscale: #A5A5A5. Windows color (decimal): -887836 or 14971890. OLE color: 14971890.
HSL color Cylindrical-coordinate representation of color #F273E4: hue angle of 306.61º 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 #F273E4 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 228 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.05 |
| HSL | 306.61º | 0.83% | 0.7% | - |
| HSV(B) | 306.61º | 0.52% | 0.95% | - |
| XYZ | 56.75 | 36.74 | 77.5 | - |
| YUV | 165.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 228 | 0 | 0.52 | 0.06 | 0.05 | 306.61 | 0.83 | 0.7 |
| Hex | F2 | 73 | E4 | 0 | 34 | 6 | 5 | 133 | 53 | 46 |
| Octal | 362 | 163 | 344 | 0 | 64 | 6 | 5 | 463 | 123 | 106 |
| Binary | 11110010 | 1110011 | 11100100 | 0 | 110100 | 110 | 101 | 100110011 | 1010011 | 1000110 |
Color Harmonies of #F273E4
Complementary color
Monochromatic Colors of #F273E4
Black with #F273E4
Text Example
Text Example
White with #F273E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273E4; }
p { color: rgb(242,115,228); }
H1.HeaderClassName
{
color: #F273E4;
}
.AnyTagClassName
{
color: #F273E4;
}
</style>
background-color css
<style>
a { background-color: #F273E4; }
a { background-color: rgb(242,115,228); }
div.DivClassName
{
background-color: #F273E4;
}
.BgClassName
{
background-color: #F273E4;
}
</style>
border-color css
<style>
span { border-color: #F273E4; }
span { border-color: rgb(242,115,228); }
td.TdClassName
{
border-color: #F273E4;
}
.TagClassName
{
border-color: #F273E4;
}
</style>