Shades of Pale Magenta #FB6FE3
Tints of Pale Magenta #FB6FE3
RGB
CMYK
RGB Variations
Color information
#FB6FE3 (or 0xFB6FE3) is known color: Pale Magenta. HEX triplet: FB, 6F and E3. RGB value is (251,111,227). Sum of RGB (Red+Green+Blue) = 251+111+227=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6FE3 is #04901C. Grayscale: #A5A5A5. Windows color (decimal): -299037 or 14905339. OLE color: 14905339.
HSL color Cylindrical-coordinate representation of color #FB6FE3: hue angle of 310.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6FE3 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 227 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.02 |
| HSL | 310.29º | 0.95% | 0.71% | - |
| HSV(B) | 310.29º | 0.56% | 0.98% | - |
| XYZ | 59.33 | 37.42 | 76.77 | - |
| YUV | 166.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 227 | 0 | 0.56 | 0.10 | 0.02 | 310.29 | 0.95 | 0.71 |
| Hex | FB | 6F | E3 | 0 | 38 | A | 2 | 136 | 5F | 47 |
| Octal | 373 | 157 | 343 | 0 | 70 | 12 | 2 | 466 | 137 | 107 |
| Binary | 11111011 | 1101111 | 11100011 | 0 | 111000 | 1010 | 10 | 100110110 | 1011111 | 1000111 |
Color Harmonies of #FB6FE3
Complementary color
Monochromatic Colors of #FB6FE3
Black with #FB6FE3
Text Example
Text Example
White with #FB6FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6FE3; }
p { color: rgb(251,111,227); }
H1.HeaderClassName
{
color: #FB6FE3;
}
.AnyTagClassName
{
color: #FB6FE3;
}
</style>
background-color css
<style>
a { background-color: #FB6FE3; }
a { background-color: rgb(251,111,227); }
div.DivClassName
{
background-color: #FB6FE3;
}
.BgClassName
{
background-color: #FB6FE3;
}
</style>
border-color css
<style>
span { border-color: #FB6FE3; }
span { border-color: rgb(251,111,227); }
td.TdClassName
{
border-color: #FB6FE3;
}
.TagClassName
{
border-color: #FB6FE3;
}
</style>