Shades of Pale Magenta #FB67E5
Tints of Pale Magenta #FB67E5
RGB
CMYK
RGB Variations
Color information
#FB67E5 (or 0xFB67E5) is known color: Pale Magenta. HEX triplet: FB, 67 and E5. RGB value is (251,103,229). Sum of RGB (Red+Green+Blue) = 251+103+229=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 103 (40.62% from 255 or 17.67% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB67E5 is #04981A. Grayscale: #A1A1A1. Windows color (decimal): -301083 or 15034363. OLE color: 15034363.
HSL color Cylindrical-coordinate representation of color #FB67E5: hue angle of 308.92º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB67E5 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 229 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.02 |
| HSL | 308.92º | 0.95% | 0.69% | - |
| HSV(B) | 308.92º | 0.59% | 0.98% | - |
| XYZ | 58.78 | 35.87 | 77.95 | - |
| YUV | 161.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 229 | 0 | 0.59 | 0.09 | 0.02 | 308.92 | 0.95 | 0.69 |
| Hex | FB | 67 | E5 | 0 | 3B | 9 | 2 | 135 | 5F | 45 |
| Octal | 373 | 147 | 345 | 0 | 73 | 11 | 2 | 465 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11100101 | 0 | 111011 | 1001 | 10 | 100110101 | 1011111 | 1000101 |
Color Harmonies of #FB67E5
Complementary color
Monochromatic Colors of #FB67E5
Black with #FB67E5
Text Example
Text Example
White with #FB67E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67E5; }
p { color: rgb(251,103,229); }
H1.HeaderClassName
{
color: #FB67E5;
}
.AnyTagClassName
{
color: #FB67E5;
}
</style>
background-color css
<style>
a { background-color: #FB67E5; }
a { background-color: rgb(251,103,229); }
div.DivClassName
{
background-color: #FB67E5;
}
.BgClassName
{
background-color: #FB67E5;
}
</style>
border-color css
<style>
span { border-color: #FB67E5; }
span { border-color: rgb(251,103,229); }
td.TdClassName
{
border-color: #FB67E5;
}
.TagClassName
{
border-color: #FB67E5;
}
</style>