Shades of Pale Magenta #FB93F3
Tints of Pale Magenta #FB93F3
RGB
CMYK
RGB Variations
Color information
#FB93F3 (or 0xFB93F3) is known color: Pale Magenta. HEX triplet: FB, 93 and F3. RGB value is (251,147,243). Sum of RGB (Red+Green+Blue) = 251+147+243=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 147 (57.81% from 255 or 22.93% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93F3 is #046C0C. Grayscale: #BCBCBC. Windows color (decimal): -289805 or 15963131. OLE color: 15963131.
HSL color Cylindrical-coordinate representation of color #FB93F3: hue angle of 304.62º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB93F3 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 243 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.02 |
| HSL | 304.62º | 0.93% | 0.78% | - |
| HSV(B) | 304.62º | 0.41% | 0.98% | - |
| XYZ | 66.4 | 47.85 | 90.53 | - |
| YUV | 189.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 243 | 0 | 0.41 | 0.03 | 0.02 | 304.62 | 0.93 | 0.78 |
| Hex | FB | 93 | F3 | 0 | 29 | 3 | 2 | 131 | 5D | 4E |
| Octal | 373 | 223 | 363 | 0 | 51 | 3 | 2 | 461 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11110011 | 0 | 101001 | 11 | 10 | 100110001 | 1011101 | 1001110 |
Color Harmonies of #FB93F3
Complementary color
Monochromatic Colors of #FB93F3
Black with #FB93F3
Text Example
Text Example
White with #FB93F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93F3; }
p { color: rgb(251,147,243); }
H1.HeaderClassName
{
color: #FB93F3;
}
.AnyTagClassName
{
color: #FB93F3;
}
</style>
background-color css
<style>
a { background-color: #FB93F3; }
a { background-color: rgb(251,147,243); }
div.DivClassName
{
background-color: #FB93F3;
}
.BgClassName
{
background-color: #FB93F3;
}
</style>
border-color css
<style>
span { border-color: #FB93F3; }
span { border-color: rgb(251,147,243); }
td.TdClassName
{
border-color: #FB93F3;
}
.TagClassName
{
border-color: #FB93F3;
}
</style>