Shades of Fuchsia Pink #FB73EE
Tints of Fuchsia Pink #FB73EE
RGB
CMYK
RGB Variations
Color information
#FB73EE (or 0xFB73EE) is known color: Fuchsia Pink. HEX triplet: FB, 73 and EE. RGB value is (251,115,238). Sum of RGB (Red+Green+Blue) = 251+115+238=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73EE is #048C11. Grayscale: #A9A9A9. Windows color (decimal): -298002 or 15627259. OLE color: 15627259.
HSL color Cylindrical-coordinate representation of color #FB73EE: hue angle of 305.74º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB73EE is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 238 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.02 |
| HSL | 305.74º | 0.94% | 0.72% | - |
| HSV(B) | 305.74º | 0.54% | 0.98% | - |
| XYZ | 61.35 | 38.94 | 85.17 | - |
| YUV | 169.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 238 | 0 | 0.54 | 0.05 | 0.02 | 305.74 | 0.94 | 0.72 |
| Hex | FB | 73 | EE | 0 | 36 | 5 | 2 | 132 | 5E | 48 |
| Octal | 373 | 163 | 356 | 0 | 66 | 5 | 2 | 462 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11101110 | 0 | 110110 | 101 | 10 | 100110010 | 1011110 | 1001000 |
Color Harmonies of #FB73EE
Complementary color
Monochromatic Colors of #FB73EE
Black with #FB73EE
Text Example
Text Example
White with #FB73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73EE; }
p { color: rgb(251,115,238); }
H1.HeaderClassName
{
color: #FB73EE;
}
.AnyTagClassName
{
color: #FB73EE;
}
</style>
background-color css
<style>
a { background-color: #FB73EE; }
a { background-color: rgb(251,115,238); }
div.DivClassName
{
background-color: #FB73EE;
}
.BgClassName
{
background-color: #FB73EE;
}
</style>
border-color css
<style>
span { border-color: #FB73EE; }
span { border-color: rgb(251,115,238); }
td.TdClassName
{
border-color: #FB73EE;
}
.TagClassName
{
border-color: #FB73EE;
}
</style>