Shades of Fuchsia Pink #F781F9
Tints of Fuchsia Pink #F781F9
RGB
CMYK
RGB Variations
Color information
#F781F9 (or 0xF781F9) is known color: Fuchsia Pink. HEX triplet: F7, 81 and F9. RGB value is (247,129,249). Sum of RGB (Red+Green+Blue) = 247+129+249=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 129 (50.78% from 255 or 20.64% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #F781F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F781F9 is #087E06. Grayscale: #B1B1B1. Windows color (decimal): -556551 or 16351735. OLE color: 16351735.
HSL color Cylindrical-coordinate representation of color #F781F9: hue angle of 299º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F781F9 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 129 | 249 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.02 |
| HSL | 299º | 0.91% | 0.74% | - |
| HSV(B) | 299º | 0.48% | 0.98% | - |
| XYZ | 63.31 | 42.31 | 94.45 | - |
| YUV | 177.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 249 | 0.01 | 0.48 | 0 | 0.02 | 299 | 0.91 | 0.74 |
| Hex | F7 | 81 | F9 | 1 | 30 | 0 | 2 | 12B | 5B | 4A |
| Octal | 367 | 201 | 371 | 1 | 60 | 0 | 2 | 453 | 133 | 112 |
| Binary | 11110111 | 10000001 | 11111001 | 1 | 110000 | 0 | 10 | 100101011 | 1011011 | 1001010 |
Color Harmonies of #F781F9
Complementary color
Monochromatic Colors of #F781F9
Black with #F781F9
Text Example
Text Example
White with #F781F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781F9; }
p { color: rgb(247,129,249); }
H1.HeaderClassName
{
color: #F781F9;
}
.AnyTagClassName
{
color: #F781F9;
}
</style>
background-color css
<style>
a { background-color: #F781F9; }
a { background-color: rgb(247,129,249); }
div.DivClassName
{
background-color: #F781F9;
}
.BgClassName
{
background-color: #F781F9;
}
</style>
border-color css
<style>
span { border-color: #F781F9; }
span { border-color: rgb(247,129,249); }
td.TdClassName
{
border-color: #F781F9;
}
.TagClassName
{
border-color: #F781F9;
}
</style>