Shades of Fuchsia Pink #F276FE
Tints of Fuchsia Pink #F276FE
RGB
CMYK
RGB Variations
Color information
#F276FE (or 0xF276FE) is known color: Fuchsia Pink. HEX triplet: F2, 76 and FE. RGB value is (242,118,254). Sum of RGB (Red+Green+Blue) = 242+118+254=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 118 (46.48% from 255 or 19.22% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #F276FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F276FE is #0D8901. Grayscale: #AAAAAA. Windows color (decimal): -887042 or 16676594. OLE color: 16676594.
HSL color Cylindrical-coordinate representation of color #F276FE: hue angle of 294.71º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F276FE is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 118 | 254 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.00 |
| HSL | 294.71º | 0.99% | 0.73% | - |
| HSV(B) | 294.71º | 0.54% | 1% | - |
| XYZ | 60.99 | 38.99 | 98.08 | - |
| YUV | 170.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 254 | 0.05 | 0.54 | 0 | 0.00 | 294.71 | 0.99 | 0.73 |
| Hex | F2 | 76 | FE | 5 | 36 | 0 | 0 | 127 | 63 | 49 |
| Octal | 362 | 166 | 376 | 5 | 66 | 0 | 0 | 447 | 143 | 111 |
| Binary | 11110010 | 1110110 | 11111110 | 101 | 110110 | 0 | 0 | 100100111 | 1100011 | 1001001 |
Color Harmonies of #F276FE
Complementary color
Monochromatic Colors of #F276FE
Black with #F276FE
Text Example
Text Example
White with #F276FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276FE; }
p { color: rgb(242,118,254); }
H1.HeaderClassName
{
color: #F276FE;
}
.AnyTagClassName
{
color: #F276FE;
}
</style>
background-color css
<style>
a { background-color: #F276FE; }
a { background-color: rgb(242,118,254); }
div.DivClassName
{
background-color: #F276FE;
}
.BgClassName
{
background-color: #F276FE;
}
</style>
border-color css
<style>
span { border-color: #F276FE; }
span { border-color: rgb(242,118,254); }
td.TdClassName
{
border-color: #F276FE;
}
.TagClassName
{
border-color: #F276FE;
}
</style>