Shades of Fuchsia Pink #F773F1
Tints of Fuchsia Pink #F773F1
RGB
CMYK
RGB Variations
Color information
#F773F1 (or 0xF773F1) is known color: Fuchsia Pink. HEX triplet: F7, 73 and F1. RGB value is (247,115,241). Sum of RGB (Red+Green+Blue) = 247+115+241=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F773F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773F1 is #088C0E. Grayscale: #A8A8A8. Windows color (decimal): -560143 or 15823863. OLE color: 15823863.
HSL color Cylindrical-coordinate representation of color #F773F1: hue angle of 302.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773F1 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 241 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.03 |
| HSL | 302.73º | 0.89% | 0.71% | - |
| HSV(B) | 302.73º | 0.53% | 0.97% | - |
| XYZ | 60.37 | 38.39 | 87.45 | - |
| YUV | 168.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 241 | 0 | 0.53 | 0.02 | 0.03 | 302.73 | 0.89 | 0.71 |
| Hex | F7 | 73 | F1 | 0 | 35 | 2 | 3 | 12F | 59 | 47 |
| Octal | 367 | 163 | 361 | 0 | 65 | 2 | 3 | 457 | 131 | 107 |
| Binary | 11110111 | 1110011 | 11110001 | 0 | 110101 | 10 | 11 | 100101111 | 1011001 | 1000111 |
Color Harmonies of #F773F1
Complementary color
Monochromatic Colors of #F773F1
Black with #F773F1
Text Example
Text Example
White with #F773F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773F1; }
p { color: rgb(247,115,241); }
H1.HeaderClassName
{
color: #F773F1;
}
.AnyTagClassName
{
color: #F773F1;
}
</style>
background-color css
<style>
a { background-color: #F773F1; }
a { background-color: rgb(247,115,241); }
div.DivClassName
{
background-color: #F773F1;
}
.BgClassName
{
background-color: #F773F1;
}
</style>
border-color css
<style>
span { border-color: #F773F1; }
span { border-color: rgb(247,115,241); }
td.TdClassName
{
border-color: #F773F1;
}
.TagClassName
{
border-color: #F773F1;
}
</style>