Shades of Pale Magenta #FB6EEA
Tints of Pale Magenta #FB6EEA
RGB
CMYK
RGB Variations
Color information
#FB6EEA (or 0xFB6EEA) is known color: Pale Magenta. HEX triplet: FB, 6E and EA. RGB value is (251,110,234). Sum of RGB (Red+Green+Blue) = 251+110+234=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 110 (43.36% from 255 or 18.49% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6EEA is #049115. Grayscale: #A5A5A5. Windows color (decimal): -299286 or 15363835. OLE color: 15363835.
HSL color Cylindrical-coordinate representation of color #FB6EEA: hue angle of 307.23º 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 #FB6EEA is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 234 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.02 |
| HSL | 307.23º | 0.95% | 0.71% | - |
| HSV(B) | 307.23º | 0.56% | 0.98% | - |
| XYZ | 60.21 | 37.6 | 81.93 | - |
| YUV | 166.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 234 | 0 | 0.56 | 0.07 | 0.02 | 307.23 | 0.95 | 0.71 |
| Hex | FB | 6E | EA | 0 | 38 | 7 | 2 | 133 | 5F | 47 |
| Octal | 373 | 156 | 352 | 0 | 70 | 7 | 2 | 463 | 137 | 107 |
| Binary | 11111011 | 1101110 | 11101010 | 0 | 111000 | 111 | 10 | 100110011 | 1011111 | 1000111 |
Color Harmonies of #FB6EEA
Complementary color
Monochromatic Colors of #FB6EEA
Black with #FB6EEA
Text Example
Text Example
White with #FB6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6EEA; }
p { color: rgb(251,110,234); }
H1.HeaderClassName
{
color: #FB6EEA;
}
.AnyTagClassName
{
color: #FB6EEA;
}
</style>
background-color css
<style>
a { background-color: #FB6EEA; }
a { background-color: rgb(251,110,234); }
div.DivClassName
{
background-color: #FB6EEA;
}
.BgClassName
{
background-color: #FB6EEA;
}
</style>
border-color css
<style>
span { border-color: #FB6EEA; }
span { border-color: rgb(251,110,234); }
td.TdClassName
{
border-color: #FB6EEA;
}
.TagClassName
{
border-color: #FB6EEA;
}
</style>