Shades of Pale Magenta #FD95F3
Tints of Pale Magenta #FD95F3
RGB
CMYK
RGB Variations
Color information
#FD95F3 (or 0xFD95F3) is known color: Pale Magenta. HEX triplet: FD, 95 and F3. RGB value is (253,149,243). Sum of RGB (Red+Green+Blue) = 253+149+243=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 149 (58.59% from 255 or 23.10% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FD95F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD95F3 is #026A0C. Grayscale: #BEBEBE. Windows color (decimal): -158221 or 15963645. OLE color: 15963645.
HSL color Cylindrical-coordinate representation of color #FD95F3: hue angle of 305.77º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FD95F3 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 149 | 243 | - |
CMYK | 0 | 0.41 | 0.04 | 0.01 |
HSL | 305.77º | 0.96% | 0.79% | - |
HSV(B) | 305.77º | 0.41% | 0.99% | - |
XYZ | 67.43 | 48.85 | 90.67 | - |
YUV | 190.81 | 157.46 | 172.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 149 | 243 | 0 | 0.41 | 0.04 | 0.01 | 305.77 | 0.96 | 0.79 |
Hex | FD | 95 | F3 | 0 | 29 | 4 | 1 | 132 | 60 | 4F |
Octal | 375 | 225 | 363 | 0 | 51 | 4 | 1 | 462 | 140 | 117 |
Binary | 11111101 | 10010101 | 11110011 | 0 | 101001 | 100 | 1 | 100110010 | 1100000 | 1001111 |
Color Harmonies of #FD95F3
Complementary color
Monochromatic Colors of #FD95F3
Black with #FD95F3
Text Example
Text Example
White with #FD95F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD95F3; }
p { color: rgb(253,149,243); }
H1.HeaderClassName
{
color: #FD95F3;
}
.AnyTagClassName
{
color: #FD95F3;
}
</style>
background-color css
<style>
a { background-color: #FD95F3; }
a { background-color: rgb(253,149,243); }
div.DivClassName
{
background-color: #FD95F3;
}
.BgClassName
{
background-color: #FD95F3;
}
</style>
border-color css
<style>
span { border-color: #FD95F3; }
span { border-color: rgb(253,149,243); }
td.TdClassName
{
border-color: #FD95F3;
}
.TagClassName
{
border-color: #FD95F3;
}
</style>