Shades of Fuchsia Pink #F773F8
Tints of Fuchsia Pink #F773F8
RGB
CMYK
RGB Variations
Color information
#F773F8 (or 0xF773F8) is known color: Fuchsia Pink. HEX triplet: F7, 73 and F8. RGB value is (247,115,248). Sum of RGB (Red+Green+Blue) = 247+115+248=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 115 (45.31% from 255 or 18.85% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #F773F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773F8 is #088C07. Grayscale: #A9A9A9. Windows color (decimal): -560136 or 16282615. OLE color: 16282615.
HSL color Cylindrical-coordinate representation of color #F773F8: hue angle of 299.55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F773F8 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 248 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.03 |
| HSL | 299.55º | 0.9% | 0.71% | - |
| HSV(B) | 299.55º | 0.54% | 0.97% | - |
| XYZ | 61.43 | 38.81 | 93.06 | - |
| YUV | 169.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 248 | 0.00 | 0.54 | 0 | 0.03 | 299.55 | 0.9 | 0.71 |
| Hex | F7 | 73 | F8 | 0 | 36 | 0 | 3 | 12C | 5A | 47 |
| Octal | 367 | 163 | 370 | 0 | 66 | 0 | 3 | 454 | 132 | 107 |
| Binary | 11110111 | 1110011 | 11111000 | 0 | 110110 | 0 | 11 | 100101100 | 1011010 | 1000111 |
Color Harmonies of #F773F8
Complementary color
Monochromatic Colors of #F773F8
Black with #F773F8
Text Example
Text Example
White with #F773F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773F8; }
p { color: rgb(247,115,248); }
H1.HeaderClassName
{
color: #F773F8;
}
.AnyTagClassName
{
color: #F773F8;
}
</style>
background-color css
<style>
a { background-color: #F773F8; }
a { background-color: rgb(247,115,248); }
div.DivClassName
{
background-color: #F773F8;
}
.BgClassName
{
background-color: #F773F8;
}
</style>
border-color css
<style>
span { border-color: #F773F8; }
span { border-color: rgb(247,115,248); }
td.TdClassName
{
border-color: #F773F8;
}
.TagClassName
{
border-color: #F773F8;
}
</style>