Shades of Pale Magenta #F483E2
Tints of Pale Magenta #F483E2
RGB
CMYK
RGB Variations
Color information
#F483E2 (or 0xF483E2) is known color: Pale Magenta. HEX triplet: F4, 83 and E2. RGB value is (244,131,226). Sum of RGB (Red+Green+Blue) = 244+131+226=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 131 (51.56% from 255 or 21.80% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F483E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483E2 is #0B7C1D. Grayscale: #AFAFAF. Windows color (decimal): -752670 or 14844916. OLE color: 14844916.
HSL color Cylindrical-coordinate representation of color #F483E2: hue angle of 309.56º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F483E2 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 226 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.04 |
| HSL | 309.56º | 0.84% | 0.74% | - |
| HSV(B) | 309.56º | 0.46% | 0.96% | - |
| XYZ | 59.15 | 40.96 | 76.74 | - |
| YUV | 175.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 226 | 0 | 0.46 | 0.07 | 0.04 | 309.56 | 0.84 | 0.74 |
| Hex | F4 | 83 | E2 | 0 | 2E | 7 | 4 | 136 | 54 | 4A |
| Octal | 364 | 203 | 342 | 0 | 56 | 7 | 4 | 466 | 124 | 112 |
| Binary | 11110100 | 10000011 | 11100010 | 0 | 101110 | 111 | 100 | 100110110 | 1010100 | 1001010 |
Color Harmonies of #F483E2
Complementary color
Monochromatic Colors of #F483E2
Black with #F483E2
Text Example
Text Example
White with #F483E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F483E2; }
p { color: rgb(244,131,226); }
H1.HeaderClassName
{
color: #F483E2;
}
.AnyTagClassName
{
color: #F483E2;
}
</style>
background-color css
<style>
a { background-color: #F483E2; }
a { background-color: rgb(244,131,226); }
div.DivClassName
{
background-color: #F483E2;
}
.BgClassName
{
background-color: #F483E2;
}
</style>
border-color css
<style>
span { border-color: #F483E2; }
span { border-color: rgb(244,131,226); }
td.TdClassName
{
border-color: #F483E2;
}
.TagClassName
{
border-color: #F483E2;
}
</style>