Shades of Fuchsia Pink #FF73FA
Tints of Fuchsia Pink #FF73FA
RGB
CMYK
RGB Variations
Color information
#FF73FA (or 0xFF73FA) is known color: Fuchsia Pink. HEX triplet: FF, 73 and FA. RGB value is (255,115,250). Sum of RGB (Red+Green+Blue) = 255+115+250=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 115 (45.31% from 255 or 18.55% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73FA is #008C05. Grayscale: #ABABAB. Windows color (decimal): -35846 or 16413695. OLE color: 16413695.
HSL color Cylindrical-coordinate representation of color #FF73FA: hue angle of 302.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF73FA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 250 | - |
| CMYK | 0 | 0.55 | 0.02 | 0 |
| HSL | 302.14º | 1% | 0.73% | - |
| HSV(B) | 302.14º | 0.55% | 1% | - |
| XYZ | 64.63 | 40.42 | 94.84 | - |
| YUV | 172.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 250 | 0 | 0.55 | 0.02 | 0 | 302.14 | 1 | 0.73 |
| Hex | FF | 73 | FA | 0 | 37 | 2 | 0 | 12E | 64 | 49 |
| Octal | 377 | 163 | 372 | 0 | 67 | 2 | 0 | 456 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11111010 | 0 | 110111 | 10 | 0 | 100101110 | 1100100 | 1001001 |
Color Harmonies of #FF73FA
Complementary color
Monochromatic Colors of #FF73FA
Black with #FF73FA
Text Example
Text Example
White with #FF73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73FA; }
p { color: rgb(255,115,250); }
H1.HeaderClassName
{
color: #FF73FA;
}
.AnyTagClassName
{
color: #FF73FA;
}
</style>
background-color css
<style>
a { background-color: #FF73FA; }
a { background-color: rgb(255,115,250); }
div.DivClassName
{
background-color: #FF73FA;
}
.BgClassName
{
background-color: #FF73FA;
}
</style>
border-color css
<style>
span { border-color: #FF73FA; }
span { border-color: rgb(255,115,250); }
td.TdClassName
{
border-color: #FF73FA;
}
.TagClassName
{
border-color: #FF73FA;
}
</style>