Shades of Fuchsia Pink #F673FA
Tints of Fuchsia Pink #F673FA
RGB
CMYK
RGB Variations
Color information
#F673FA (or 0xF673FA) is known color: Fuchsia Pink. HEX triplet: F6, 73 and FA. RGB value is (246,115,250). Sum of RGB (Red+Green+Blue) = 246+115+250=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 115 (45.31% from 255 or 18.82% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #F673FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F673FA is #098C05. Grayscale: #A9A9A9. Windows color (decimal): -625670 or 16413686. OLE color: 16413686.
HSL color Cylindrical-coordinate representation of color #F673FA: hue angle of 298.22º degrees, saturation: 0.93, 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 #F673FA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 115 | 250 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.02 |
| HSL | 298.22º | 0.93% | 0.72% | - |
| HSV(B) | 298.22º | 0.54% | 0.98% | - |
| XYZ | 61.39 | 38.76 | 94.69 | - |
| YUV | 169.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 250 | 0.02 | 0.54 | 0 | 0.02 | 298.22 | 0.93 | 0.72 |
| Hex | F6 | 73 | FA | 2 | 36 | 0 | 2 | 12A | 5D | 48 |
| Octal | 366 | 163 | 372 | 2 | 66 | 0 | 2 | 452 | 135 | 110 |
| Binary | 11110110 | 1110011 | 11111010 | 10 | 110110 | 0 | 10 | 100101010 | 1011101 | 1001000 |
Color Harmonies of #F673FA
Complementary color
Monochromatic Colors of #F673FA
Black with #F673FA
Text Example
Text Example
White with #F673FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F673FA; }
p { color: rgb(246,115,250); }
H1.HeaderClassName
{
color: #F673FA;
}
.AnyTagClassName
{
color: #F673FA;
}
</style>
background-color css
<style>
a { background-color: #F673FA; }
a { background-color: rgb(246,115,250); }
div.DivClassName
{
background-color: #F673FA;
}
.BgClassName
{
background-color: #F673FA;
}
</style>
border-color css
<style>
span { border-color: #F673FA; }
span { border-color: rgb(246,115,250); }
td.TdClassName
{
border-color: #F673FA;
}
.TagClassName
{
border-color: #F673FA;
}
</style>