Shades of Pale Magenta #F18ED3
Tints of Pale Magenta #F18ED3
RGB
CMYK
RGB Variations
Color information
#F18ED3 (or 0xF18ED3) is known color: Pale Magenta. HEX triplet: F1, 8E and D3. RGB value is (241,142,211). Sum of RGB (Red+Green+Blue) = 241+142+211=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ED3 is #0E712C. Grayscale: #B3B3B3. Windows color (decimal): -946477 or 13864689. OLE color: 13864689.
HSL color Cylindrical-coordinate representation of color #F18ED3: hue angle of 318.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18ED3 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 142 | 211 | - |
CMYK | 0 | 0.41 | 0.12 | 0.05 |
HSL | 318.18º | 0.78% | 0.75% | - |
HSV(B) | 318.18º | 0.41% | 0.95% | - |
XYZ | 57.71 | 42.75 | 66.84 | - |
YUV | 179.47 | 145.8 | 171.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 142 | 211 | 0 | 0.41 | 0.12 | 0.05 | 318.18 | 0.78 | 0.75 |
Hex | F1 | 8E | D3 | 0 | 29 | C | 5 | 13E | 4E | 4B |
Octal | 361 | 216 | 323 | 0 | 51 | 14 | 5 | 476 | 116 | 113 |
Binary | 11110001 | 10001110 | 11010011 | 0 | 101001 | 1100 | 101 | 100111110 | 1001110 | 1001011 |
Color Harmonies of #F18ED3
Complementary color
Monochromatic Colors of #F18ED3
Black with #F18ED3
Text Example
Text Example
White with #F18ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ED3; }
p { color: rgb(241,142,211); }
H1.HeaderClassName
{
color: #F18ED3;
}
.AnyTagClassName
{
color: #F18ED3;
}
</style>
background-color css
<style>
a { background-color: #F18ED3; }
a { background-color: rgb(241,142,211); }
div.DivClassName
{
background-color: #F18ED3;
}
.BgClassName
{
background-color: #F18ED3;
}
</style>
border-color css
<style>
span { border-color: #F18ED3; }
span { border-color: rgb(241,142,211); }
td.TdClassName
{
border-color: #F18ED3;
}
.TagClassName
{
border-color: #F18ED3;
}
</style>