Shades of Fuchsia Pink #F781FB
Tints of Fuchsia Pink #F781FB
RGB
CMYK
RGB Variations
Color information
#F781FB (or 0xF781FB) is known color: Fuchsia Pink. HEX triplet: F7, 81 and FB. RGB value is (247,129,251). Sum of RGB (Red+Green+Blue) = 247+129+251=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 129 (50.78% from 255 or 20.57% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #F781FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F781FB is #087E04. Grayscale: #B1B1B1. Windows color (decimal): -556549 or 16482807. OLE color: 16482807.
HSL color Cylindrical-coordinate representation of color #F781FB: hue angle of 298.03º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F781FB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 129 | 251 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.02 |
| HSL | 298.03º | 0.94% | 0.75% | - |
| HSV(B) | 298.03º | 0.49% | 0.98% | - |
| XYZ | 63.62 | 42.44 | 96.11 | - |
| YUV | 178.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 251 | 0.02 | 0.49 | 0 | 0.02 | 298.03 | 0.94 | 0.75 |
| Hex | F7 | 81 | FB | 2 | 31 | 0 | 2 | 12A | 5E | 4B |
| Octal | 367 | 201 | 373 | 2 | 61 | 0 | 2 | 452 | 136 | 113 |
| Binary | 11110111 | 10000001 | 11111011 | 10 | 110001 | 0 | 10 | 100101010 | 1011110 | 1001011 |
Color Harmonies of #F781FB
Complementary color
Monochromatic Colors of #F781FB
Black with #F781FB
Text Example
Text Example
White with #F781FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781FB; }
p { color: rgb(247,129,251); }
H1.HeaderClassName
{
color: #F781FB;
}
.AnyTagClassName
{
color: #F781FB;
}
</style>
background-color css
<style>
a { background-color: #F781FB; }
a { background-color: rgb(247,129,251); }
div.DivClassName
{
background-color: #F781FB;
}
.BgClassName
{
background-color: #F781FB;
}
</style>
border-color css
<style>
span { border-color: #F781FB; }
span { border-color: rgb(247,129,251); }
td.TdClassName
{
border-color: #F781FB;
}
.TagClassName
{
border-color: #F781FB;
}
</style>