Shades of Fuchsia Pink #F773F4
Tints of Fuchsia Pink #F773F4
RGB
CMYK
RGB Variations
Color information
#F773F4 (or 0xF773F4) is known color: Fuchsia Pink. HEX triplet: F7, 73 and F4. RGB value is (247,115,244). Sum of RGB (Red+Green+Blue) = 247+115+244=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F773F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773F4 is #088C0B. Grayscale: #A8A8A8. Windows color (decimal): -560140 or 16020471. OLE color: 16020471.
HSL color Cylindrical-coordinate representation of color #F773F4: hue angle of 301.36º 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 #F773F4 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 244 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.03 |
| HSL | 301.36º | 0.89% | 0.71% | - |
| HSV(B) | 301.36º | 0.53% | 0.97% | - |
| XYZ | 60.82 | 38.57 | 89.83 | - |
| YUV | 169.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 244 | 0 | 0.53 | 0.01 | 0.03 | 301.36 | 0.89 | 0.71 |
| Hex | F7 | 73 | F4 | 0 | 35 | 1 | 3 | 12D | 59 | 47 |
| Octal | 367 | 163 | 364 | 0 | 65 | 1 | 3 | 455 | 131 | 107 |
| Binary | 11110111 | 1110011 | 11110100 | 0 | 110101 | 1 | 11 | 100101101 | 1011001 | 1000111 |
Color Harmonies of #F773F4
Complementary color
Monochromatic Colors of #F773F4
Black with #F773F4
Text Example
Text Example
White with #F773F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773F4; }
p { color: rgb(247,115,244); }
H1.HeaderClassName
{
color: #F773F4;
}
.AnyTagClassName
{
color: #F773F4;
}
</style>
background-color css
<style>
a { background-color: #F773F4; }
a { background-color: rgb(247,115,244); }
div.DivClassName
{
background-color: #F773F4;
}
.BgClassName
{
background-color: #F773F4;
}
</style>
border-color css
<style>
span { border-color: #F773F4; }
span { border-color: rgb(247,115,244); }
td.TdClassName
{
border-color: #F773F4;
}
.TagClassName
{
border-color: #F773F4;
}
</style>