Shades of Fuchsia Pink #F773F5
Tints of Fuchsia Pink #F773F5
RGB
CMYK
RGB Variations
Color information
#F773F5 (or 0xF773F5) is known color: Fuchsia Pink. HEX triplet: F7, 73 and F5. RGB value is (247,115,245). Sum of RGB (Red+Green+Blue) = 247+115+245=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 115 (45.31% from 255 or 18.95% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F773F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773F5 is #088C0A. Grayscale: #A8A8A8. Windows color (decimal): -560139 or 16086007. OLE color: 16086007.
HSL color Cylindrical-coordinate representation of color #F773F5: hue angle of 300.91º 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 #F773F5 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 245 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.03 |
| HSL | 300.91º | 0.89% | 0.71% | - |
| HSV(B) | 300.91º | 0.53% | 0.97% | - |
| XYZ | 60.97 | 38.63 | 90.63 | - |
| YUV | 169.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 245 | 0 | 0.53 | 0.01 | 0.03 | 300.91 | 0.89 | 0.71 |
| Hex | F7 | 73 | F5 | 0 | 35 | 1 | 3 | 12D | 59 | 47 |
| Octal | 367 | 163 | 365 | 0 | 65 | 1 | 3 | 455 | 131 | 107 |
| Binary | 11110111 | 1110011 | 11110101 | 0 | 110101 | 1 | 11 | 100101101 | 1011001 | 1000111 |
Color Harmonies of #F773F5
Complementary color
Monochromatic Colors of #F773F5
Black with #F773F5
Text Example
Text Example
White with #F773F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773F5; }
p { color: rgb(247,115,245); }
H1.HeaderClassName
{
color: #F773F5;
}
.AnyTagClassName
{
color: #F773F5;
}
</style>
background-color css
<style>
a { background-color: #F773F5; }
a { background-color: rgb(247,115,245); }
div.DivClassName
{
background-color: #F773F5;
}
.BgClassName
{
background-color: #F773F5;
}
</style>
border-color css
<style>
span { border-color: #F773F5; }
span { border-color: rgb(247,115,245); }
td.TdClassName
{
border-color: #F773F5;
}
.TagClassName
{
border-color: #F773F5;
}
</style>