Shades of Pale Magenta #FB6FE5
Tints of Pale Magenta #FB6FE5
RGB
CMYK
RGB Variations
Color information
#FB6FE5 (or 0xFB6FE5) is known color: Pale Magenta. HEX triplet: FB, 6F and E5. RGB value is (251,111,229). Sum of RGB (Red+Green+Blue) = 251+111+229=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6FE5 is #04901A. Grayscale: #A5A5A5. Windows color (decimal): -299035 or 15036411. OLE color: 15036411.
HSL color Cylindrical-coordinate representation of color #FB6FE5: hue angle of 309.43º 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 #FB6FE5 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 229 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.02 |
| HSL | 309.43º | 0.95% | 0.71% | - |
| HSV(B) | 309.43º | 0.56% | 0.98% | - |
| XYZ | 59.61 | 37.54 | 78.23 | - |
| YUV | 166.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 229 | 0 | 0.56 | 0.09 | 0.02 | 309.43 | 0.95 | 0.71 |
| Hex | FB | 6F | E5 | 0 | 38 | 9 | 2 | 135 | 5F | 47 |
| Octal | 373 | 157 | 345 | 0 | 70 | 11 | 2 | 465 | 137 | 107 |
| Binary | 11111011 | 1101111 | 11100101 | 0 | 111000 | 1001 | 10 | 100110101 | 1011111 | 1000111 |
Color Harmonies of #FB6FE5
Complementary color
Monochromatic Colors of #FB6FE5
Black with #FB6FE5
Text Example
Text Example
White with #FB6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6FE5; }
p { color: rgb(251,111,229); }
H1.HeaderClassName
{
color: #FB6FE5;
}
.AnyTagClassName
{
color: #FB6FE5;
}
</style>
background-color css
<style>
a { background-color: #FB6FE5; }
a { background-color: rgb(251,111,229); }
div.DivClassName
{
background-color: #FB6FE5;
}
.BgClassName
{
background-color: #FB6FE5;
}
</style>
border-color css
<style>
span { border-color: #FB6FE5; }
span { border-color: rgb(251,111,229); }
td.TdClassName
{
border-color: #FB6FE5;
}
.TagClassName
{
border-color: #FB6FE5;
}
</style>