Shades of Fuchsia Pink #FB73F2
Tints of Fuchsia Pink #FB73F2
RGB
CMYK
RGB Variations
Color information
#FB73F2 (or 0xFB73F2) is known color: Fuchsia Pink. HEX triplet: FB, 73 and F2. RGB value is (251,115,242). Sum of RGB (Red+Green+Blue) = 251+115+242=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 115 (45.31% from 255 or 18.91% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73F2 is #048C0D. Grayscale: #A9A9A9. Windows color (decimal): -297998 or 15889403. OLE color: 15889403.
HSL color Cylindrical-coordinate representation of color #FB73F2: hue angle of 303.97º 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 #FB73F2 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 242 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.02 |
| HSL | 303.97º | 0.94% | 0.72% | - |
| HSV(B) | 303.97º | 0.54% | 0.98% | - |
| XYZ | 61.94 | 39.18 | 88.3 | - |
| YUV | 170.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 242 | 0 | 0.54 | 0.04 | 0.02 | 303.97 | 0.94 | 0.72 |
| Hex | FB | 73 | F2 | 0 | 36 | 4 | 2 | 130 | 5E | 48 |
| Octal | 373 | 163 | 362 | 0 | 66 | 4 | 2 | 460 | 136 | 110 |
| Binary | 11111011 | 1110011 | 11110010 | 0 | 110110 | 100 | 10 | 100110000 | 1011110 | 1001000 |
Color Harmonies of #FB73F2
Complementary color
Monochromatic Colors of #FB73F2
Black with #FB73F2
Text Example
Text Example
White with #FB73F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73F2; }
p { color: rgb(251,115,242); }
H1.HeaderClassName
{
color: #FB73F2;
}
.AnyTagClassName
{
color: #FB73F2;
}
</style>
background-color css
<style>
a { background-color: #FB73F2; }
a { background-color: rgb(251,115,242); }
div.DivClassName
{
background-color: #FB73F2;
}
.BgClassName
{
background-color: #FB73F2;
}
</style>
border-color css
<style>
span { border-color: #FB73F2; }
span { border-color: rgb(251,115,242); }
td.TdClassName
{
border-color: #FB73F2;
}
.TagClassName
{
border-color: #FB73F2;
}
</style>