Shades of Fuchsia Pink #F776F2
Tints of Fuchsia Pink #F776F2
RGB
CMYK
RGB Variations
Color information
#F776F2 (or 0xF776F2) is known color: Fuchsia Pink. HEX triplet: F7, 76 and F2. RGB value is (247,118,242). Sum of RGB (Red+Green+Blue) = 247+118+242=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 118 (46.48% from 255 or 19.44% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F776F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F776F2 is #08890D. Grayscale: #AAAAAA. Windows color (decimal): -559374 or 15890167. OLE color: 15890167.
HSL color Cylindrical-coordinate representation of color #F776F2: hue angle of 302.33º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F776F2 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 242 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.03 |
| HSL | 302.33º | 0.89% | 0.72% | - |
| HSV(B) | 302.33º | 0.52% | 0.97% | - |
| XYZ | 60.86 | 39.14 | 88.35 | - |
| YUV | 170.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 242 | 0 | 0.52 | 0.02 | 0.03 | 302.33 | 0.89 | 0.72 |
| Hex | F7 | 76 | F2 | 0 | 34 | 2 | 3 | 12E | 59 | 48 |
| Octal | 367 | 166 | 362 | 0 | 64 | 2 | 3 | 456 | 131 | 110 |
| Binary | 11110111 | 1110110 | 11110010 | 0 | 110100 | 10 | 11 | 100101110 | 1011001 | 1001000 |
Color Harmonies of #F776F2
Complementary color
Monochromatic Colors of #F776F2
Black with #F776F2
Text Example
Text Example
White with #F776F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F776F2; }
p { color: rgb(247,118,242); }
H1.HeaderClassName
{
color: #F776F2;
}
.AnyTagClassName
{
color: #F776F2;
}
</style>
background-color css
<style>
a { background-color: #F776F2; }
a { background-color: rgb(247,118,242); }
div.DivClassName
{
background-color: #F776F2;
}
.BgClassName
{
background-color: #F776F2;
}
</style>
border-color css
<style>
span { border-color: #F776F2; }
span { border-color: rgb(247,118,242); }
td.TdClassName
{
border-color: #F776F2;
}
.TagClassName
{
border-color: #F776F2;
}
</style>