Shades of Pale Magenta #F58ADC
Tints of Pale Magenta #F58ADC
RGB
CMYK
RGB Variations
Color information
#F58ADC (or 0xF58ADC) is known color: Pale Magenta. HEX triplet: F5, 8A and DC. RGB value is (245,138,220). Sum of RGB (Red+Green+Blue) = 245+138+220=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ADC is #0A7523. Grayscale: #B3B3B3. Windows color (decimal): -685348 or 14453493. OLE color: 14453493.
HSL color Cylindrical-coordinate representation of color #F58ADC: hue angle of 314.02º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58ADC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 220 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.04 |
| HSL | 314.02º | 0.84% | 0.75% | - |
| HSV(B) | 314.02º | 0.44% | 0.96% | - |
| XYZ | 59.66 | 42.76 | 72.82 | - |
| YUV | 179.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 220 | 0 | 0.44 | 0.10 | 0.04 | 314.02 | 0.84 | 0.75 |
| Hex | F5 | 8A | DC | 0 | 2C | A | 4 | 13A | 54 | 4B |
| Octal | 365 | 212 | 334 | 0 | 54 | 12 | 4 | 472 | 124 | 113 |
| Binary | 11110101 | 10001010 | 11011100 | 0 | 101100 | 1010 | 100 | 100111010 | 1010100 | 1001011 |
Color Harmonies of #F58ADC
Complementary color
Monochromatic Colors of #F58ADC
Black with #F58ADC
Text Example
Text Example
White with #F58ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58ADC; }
p { color: rgb(245,138,220); }
H1.HeaderClassName
{
color: #F58ADC;
}
.AnyTagClassName
{
color: #F58ADC;
}
</style>
background-color css
<style>
a { background-color: #F58ADC; }
a { background-color: rgb(245,138,220); }
div.DivClassName
{
background-color: #F58ADC;
}
.BgClassName
{
background-color: #F58ADC;
}
</style>
border-color css
<style>
span { border-color: #F58ADC; }
span { border-color: rgb(245,138,220); }
td.TdClassName
{
border-color: #F58ADC;
}
.TagClassName
{
border-color: #F58ADC;
}
</style>