Shades of Fuchsia Pink #F773FA
Tints of Fuchsia Pink #F773FA
RGB
CMYK
RGB Variations
Color information
#F773FA (or 0xF773FA) is known color: Fuchsia Pink. HEX triplet: F7, 73 and FA. RGB value is (247,115,250). Sum of RGB (Red+Green+Blue) = 247+115+250=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 115 (45.31% from 255 or 18.79% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #F773FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773FA is #088C05. Grayscale: #A9A9A9. Windows color (decimal): -560134 or 16413687. OLE color: 16413687.
HSL color Cylindrical-coordinate representation of color #F773FA: hue angle of 298.67º 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 #F773FA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 115 | 250 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.02 |
| HSL | 298.67º | 0.93% | 0.72% | - |
| HSV(B) | 298.67º | 0.54% | 0.98% | - |
| XYZ | 61.74 | 38.94 | 94.7 | - |
| YUV | 169.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 250 | 0.01 | 0.54 | 0 | 0.02 | 298.67 | 0.93 | 0.72 |
| Hex | F7 | 73 | FA | 1 | 36 | 0 | 2 | 12B | 5D | 48 |
| Octal | 367 | 163 | 372 | 1 | 66 | 0 | 2 | 453 | 135 | 110 |
| Binary | 11110111 | 1110011 | 11111010 | 1 | 110110 | 0 | 10 | 100101011 | 1011101 | 1001000 |
Color Harmonies of #F773FA
Complementary color
Monochromatic Colors of #F773FA
Black with #F773FA
Text Example
Text Example
White with #F773FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773FA; }
p { color: rgb(247,115,250); }
H1.HeaderClassName
{
color: #F773FA;
}
.AnyTagClassName
{
color: #F773FA;
}
</style>
background-color css
<style>
a { background-color: #F773FA; }
a { background-color: rgb(247,115,250); }
div.DivClassName
{
background-color: #F773FA;
}
.BgClassName
{
background-color: #F773FA;
}
</style>
border-color css
<style>
span { border-color: #F773FA; }
span { border-color: rgb(247,115,250); }
td.TdClassName
{
border-color: #F773FA;
}
.TagClassName
{
border-color: #F773FA;
}
</style>