Shades of Fuchsia Pink #F781FC
Tints of Fuchsia Pink #F781FC
RGB
CMYK
RGB Variations
Color information
#F781FC (or 0xF781FC) is known color: Fuchsia Pink. HEX triplet: F7, 81 and FC. RGB value is (247,129,252). Sum of RGB (Red+Green+Blue) = 247+129+252=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 129 (50.78% from 255 or 20.54% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #F781FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F781FC is #087E03. Grayscale: #B1B1B1. Windows color (decimal): -556548 or 16548343. OLE color: 16548343.
HSL color Cylindrical-coordinate representation of color #F781FC: hue angle of 297.56º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F781FC is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 129 | 252 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.01 |
| HSL | 297.56º | 0.95% | 0.75% | - |
| HSV(B) | 297.56º | 0.49% | 0.99% | - |
| XYZ | 63.78 | 42.5 | 96.94 | - |
| YUV | 178.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 252 | 0.02 | 0.49 | 0 | 0.01 | 297.56 | 0.95 | 0.75 |
| Hex | F7 | 81 | FC | 2 | 31 | 0 | 1 | 12A | 5F | 4B |
| Octal | 367 | 201 | 374 | 2 | 61 | 0 | 1 | 452 | 137 | 113 |
| Binary | 11110111 | 10000001 | 11111100 | 10 | 110001 | 0 | 1 | 100101010 | 1011111 | 1001011 |
Color Harmonies of #F781FC
Complementary color
Monochromatic Colors of #F781FC
Black with #F781FC
Text Example
Text Example
White with #F781FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781FC; }
p { color: rgb(247,129,252); }
H1.HeaderClassName
{
color: #F781FC;
}
.AnyTagClassName
{
color: #F781FC;
}
</style>
background-color css
<style>
a { background-color: #F781FC; }
a { background-color: rgb(247,129,252); }
div.DivClassName
{
background-color: #F781FC;
}
.BgClassName
{
background-color: #F781FC;
}
</style>
border-color css
<style>
span { border-color: #F781FC; }
span { border-color: rgb(247,129,252); }
td.TdClassName
{
border-color: #F781FC;
}
.TagClassName
{
border-color: #F781FC;
}
</style>