Shades of Pale Magenta #FB8AF1
Tints of Pale Magenta #FB8AF1
RGB
CMYK
RGB Variations
Color information
#FB8AF1 (or 0xFB8AF1) is known color: Pale Magenta. HEX triplet: FB, 8A and F1. RGB value is (251,138,241). Sum of RGB (Red+Green+Blue) = 251+138+241=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 138 (54.30% from 255 or 21.90% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8AF1 is #04750E. Grayscale: #B7B7B7. Windows color (decimal): -292111 or 15829755. OLE color: 15829755.
HSL color Cylindrical-coordinate representation of color #FB8AF1: hue angle of 305.31º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8AF1 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 241 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.02 |
| HSL | 305.31º | 0.93% | 0.76% | - |
| HSV(B) | 305.31º | 0.45% | 0.98% | - |
| XYZ | 64.75 | 45.04 | 88.5 | - |
| YUV | 183.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 241 | 0 | 0.45 | 0.04 | 0.02 | 305.31 | 0.93 | 0.76 |
| Hex | FB | 8A | F1 | 0 | 2D | 4 | 2 | 131 | 5D | 4C |
| Octal | 373 | 212 | 361 | 0 | 55 | 4 | 2 | 461 | 135 | 114 |
| Binary | 11111011 | 10001010 | 11110001 | 0 | 101101 | 100 | 10 | 100110001 | 1011101 | 1001100 |
Color Harmonies of #FB8AF1
Complementary color
Monochromatic Colors of #FB8AF1
Black with #FB8AF1
Text Example
Text Example
White with #FB8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8AF1; }
p { color: rgb(251,138,241); }
H1.HeaderClassName
{
color: #FB8AF1;
}
.AnyTagClassName
{
color: #FB8AF1;
}
</style>
background-color css
<style>
a { background-color: #FB8AF1; }
a { background-color: rgb(251,138,241); }
div.DivClassName
{
background-color: #FB8AF1;
}
.BgClassName
{
background-color: #FB8AF1;
}
</style>
border-color css
<style>
span { border-color: #FB8AF1; }
span { border-color: rgb(251,138,241); }
td.TdClassName
{
border-color: #FB8AF1;
}
.TagClassName
{
border-color: #FB8AF1;
}
</style>