Shades of Pale Magenta #FB7CEA
Tints of Pale Magenta #FB7CEA
RGB
CMYK
RGB Variations
Color information
#FB7CEA (or 0xFB7CEA) is known color: Pale Magenta. HEX triplet: FB, 7C and EA. RGB value is (251,124,234). Sum of RGB (Red+Green+Blue) = 251+124+234=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 124 (48.83% from 255 or 20.36% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CEA is #048315. Grayscale: #AEAEAE. Windows color (decimal): -295702 or 15367419. OLE color: 15367419.
HSL color Cylindrical-coordinate representation of color #FB7CEA: hue angle of 308.03º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CEA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 234 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.02 |
| HSL | 308.03º | 0.94% | 0.74% | - |
| HSV(B) | 308.03º | 0.51% | 0.98% | - |
| XYZ | 61.84 | 40.87 | 82.47 | - |
| YUV | 174.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 234 | 0 | 0.51 | 0.07 | 0.02 | 308.03 | 0.94 | 0.74 |
| Hex | FB | 7C | EA | 0 | 33 | 7 | 2 | 134 | 5E | 4A |
| Octal | 373 | 174 | 352 | 0 | 63 | 7 | 2 | 464 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11101010 | 0 | 110011 | 111 | 10 | 100110100 | 1011110 | 1001010 |
Color Harmonies of #FB7CEA
Complementary color
Monochromatic Colors of #FB7CEA
Black with #FB7CEA
Text Example
Text Example
White with #FB7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CEA; }
p { color: rgb(251,124,234); }
H1.HeaderClassName
{
color: #FB7CEA;
}
.AnyTagClassName
{
color: #FB7CEA;
}
</style>
background-color css
<style>
a { background-color: #FB7CEA; }
a { background-color: rgb(251,124,234); }
div.DivClassName
{
background-color: #FB7CEA;
}
.BgClassName
{
background-color: #FB7CEA;
}
</style>
border-color css
<style>
span { border-color: #FB7CEA; }
span { border-color: rgb(251,124,234); }
td.TdClassName
{
border-color: #FB7CEA;
}
.TagClassName
{
border-color: #FB7CEA;
}
</style>