Shades of Pale Magenta #F182D4
Tints of Pale Magenta #F182D4
RGB
CMYK
RGB Variations
Color information
#F182D4 (or 0xF182D4) is known color: Pale Magenta. HEX triplet: F1, 82 and D4. RGB value is (241,130,212). Sum of RGB (Red+Green+Blue) = 241+130+212=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F182D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182D4 is #0E7D2B. Grayscale: #ACACAC. Windows color (decimal): -949548 or 13927153. OLE color: 13927153.
HSL color Cylindrical-coordinate representation of color #F182D4: hue angle of 315.68º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F182D4 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 212 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.05 |
| HSL | 315.68º | 0.8% | 0.73% | - |
| HSV(B) | 315.68º | 0.46% | 0.95% | - |
| XYZ | 56.14 | 39.42 | 66.94 | - |
| YUV | 172.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 212 | 0 | 0.46 | 0.12 | 0.05 | 315.68 | 0.8 | 0.73 |
| Hex | F1 | 82 | D4 | 0 | 2E | C | 5 | 13C | 50 | 49 |
| Octal | 361 | 202 | 324 | 0 | 56 | 14 | 5 | 474 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11010100 | 0 | 101110 | 1100 | 101 | 100111100 | 1010000 | 1001001 |
Color Harmonies of #F182D4
Complementary color
Monochromatic Colors of #F182D4
Black with #F182D4
Text Example
Text Example
White with #F182D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182D4; }
p { color: rgb(241,130,212); }
H1.HeaderClassName
{
color: #F182D4;
}
.AnyTagClassName
{
color: #F182D4;
}
</style>
background-color css
<style>
a { background-color: #F182D4; }
a { background-color: rgb(241,130,212); }
div.DivClassName
{
background-color: #F182D4;
}
.BgClassName
{
background-color: #F182D4;
}
</style>
border-color css
<style>
span { border-color: #F182D4; }
span { border-color: rgb(241,130,212); }
td.TdClassName
{
border-color: #F182D4;
}
.TagClassName
{
border-color: #F182D4;
}
</style>