Shades of Fuchsia Pink #F773FC
Tints of Fuchsia Pink #F773FC
RGB
CMYK
RGB Variations
Color information
#F773FC (or 0xF773FC) is known color: Fuchsia Pink. HEX triplet: F7, 73 and FC. RGB value is (247,115,252). Sum of RGB (Red+Green+Blue) = 247+115+252=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 115 (45.31% from 255 or 18.73% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #F773FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773FC is #088C03. Grayscale: #A9A9A9. Windows color (decimal): -560132 or 16544759. OLE color: 16544759.
HSL color Cylindrical-coordinate representation of color #F773FC: hue angle of 297.81º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F773FC is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 115 | 252 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.01 |
| HSL | 297.81º | 0.96% | 0.72% | - |
| HSV(B) | 297.81º | 0.54% | 0.99% | - |
| XYZ | 62.06 | 39.06 | 96.36 | - |
| YUV | 170.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 252 | 0.02 | 0.54 | 0 | 0.01 | 297.81 | 0.96 | 0.72 |
| Hex | F7 | 73 | FC | 2 | 36 | 0 | 1 | 12A | 60 | 48 |
| Octal | 367 | 163 | 374 | 2 | 66 | 0 | 1 | 452 | 140 | 110 |
| Binary | 11110111 | 1110011 | 11111100 | 10 | 110110 | 0 | 1 | 100101010 | 1100000 | 1001000 |
Color Harmonies of #F773FC
Complementary color
Monochromatic Colors of #F773FC
Black with #F773FC
Text Example
Text Example
White with #F773FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773FC; }
p { color: rgb(247,115,252); }
H1.HeaderClassName
{
color: #F773FC;
}
.AnyTagClassName
{
color: #F773FC;
}
</style>
background-color css
<style>
a { background-color: #F773FC; }
a { background-color: rgb(247,115,252); }
div.DivClassName
{
background-color: #F773FC;
}
.BgClassName
{
background-color: #F773FC;
}
</style>
border-color css
<style>
span { border-color: #F773FC; }
span { border-color: rgb(247,115,252); }
td.TdClassName
{
border-color: #F773FC;
}
.TagClassName
{
border-color: #F773FC;
}
</style>