Shades of Pale Magenta #FB6DE5
Tints of Pale Magenta #FB6DE5
RGB
CMYK
RGB Variations
Color information
#FB6DE5 (or 0xFB6DE5) is known color: Pale Magenta. HEX triplet: FB, 6D and E5. RGB value is (251,109,229). Sum of RGB (Red+Green+Blue) = 251+109+229=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 109 (42.97% from 255 or 18.51% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DE5 is #04921A. Grayscale: #A4A4A4. Windows color (decimal): -299547 or 15035899. OLE color: 15035899.
HSL color Cylindrical-coordinate representation of color #FB6DE5: hue angle of 309.3º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DE5 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 229 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.02 |
| HSL | 309.3º | 0.95% | 0.71% | - |
| HSV(B) | 309.3º | 0.57% | 0.98% | - |
| XYZ | 59.4 | 37.1 | 78.16 | - |
| YUV | 165.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 229 | 0 | 0.57 | 0.09 | 0.02 | 309.3 | 0.95 | 0.71 |
| Hex | FB | 6D | E5 | 0 | 39 | 9 | 2 | 135 | 5F | 47 |
| Octal | 373 | 155 | 345 | 0 | 71 | 11 | 2 | 465 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11100101 | 0 | 111001 | 1001 | 10 | 100110101 | 1011111 | 1000111 |
Color Harmonies of #FB6DE5
Complementary color
Monochromatic Colors of #FB6DE5
Black with #FB6DE5
Text Example
Text Example
White with #FB6DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DE5; }
p { color: rgb(251,109,229); }
H1.HeaderClassName
{
color: #FB6DE5;
}
.AnyTagClassName
{
color: #FB6DE5;
}
</style>
background-color css
<style>
a { background-color: #FB6DE5; }
a { background-color: rgb(251,109,229); }
div.DivClassName
{
background-color: #FB6DE5;
}
.BgClassName
{
background-color: #FB6DE5;
}
</style>
border-color css
<style>
span { border-color: #FB6DE5; }
span { border-color: rgb(251,109,229); }
td.TdClassName
{
border-color: #FB6DE5;
}
.TagClassName
{
border-color: #FB6DE5;
}
</style>