Shades of Fuchsia Pink #F773FE
Tints of Fuchsia Pink #F773FE
RGB
CMYK
RGB Variations
Color information
#F773FE (or 0xF773FE) is known color: Fuchsia Pink. HEX triplet: F7, 73 and FE. RGB value is (247,115,254). Sum of RGB (Red+Green+Blue) = 247+115+254=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 115 (45.31% from 255 or 18.67% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #F773FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773FE is #088C01. Grayscale: #A9A9A9. Windows color (decimal): -560130 or 16675831. OLE color: 16675831.
HSL color Cylindrical-coordinate representation of color #F773FE: hue angle of 296.98º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F773FE is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 115 | 254 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.00 |
| HSL | 296.98º | 0.99% | 0.72% | - |
| HSV(B) | 296.98º | 0.55% | 1% | - |
| XYZ | 62.38 | 39.19 | 98.04 | - |
| YUV | 170.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 254 | 0.03 | 0.55 | 0 | 0.00 | 296.98 | 0.99 | 0.72 |
| Hex | F7 | 73 | FE | 3 | 37 | 0 | 0 | 129 | 63 | 48 |
| Octal | 367 | 163 | 376 | 3 | 67 | 0 | 0 | 451 | 143 | 110 |
| Binary | 11110111 | 1110011 | 11111110 | 11 | 110111 | 0 | 0 | 100101001 | 1100011 | 1001000 |
Color Harmonies of #F773FE
Complementary color
Monochromatic Colors of #F773FE
Black with #F773FE
Text Example
Text Example
White with #F773FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773FE; }
p { color: rgb(247,115,254); }
H1.HeaderClassName
{
color: #F773FE;
}
.AnyTagClassName
{
color: #F773FE;
}
</style>
background-color css
<style>
a { background-color: #F773FE; }
a { background-color: rgb(247,115,254); }
div.DivClassName
{
background-color: #F773FE;
}
.BgClassName
{
background-color: #F773FE;
}
</style>
border-color css
<style>
span { border-color: #F773FE; }
span { border-color: rgb(247,115,254); }
td.TdClassName
{
border-color: #F773FE;
}
.TagClassName
{
border-color: #F773FE;
}
</style>