Shades of Fuchsia Pink #F674FE
Tints of Fuchsia Pink #F674FE
RGB
CMYK
RGB Variations
Color information
#F674FE (or 0xF674FE) is known color: Fuchsia Pink. HEX triplet: F6, 74 and FE. RGB value is (246,116,254). Sum of RGB (Red+Green+Blue) = 246+116+254=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 116 (45.70% from 255 or 18.83% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #F674FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F674FE is #098B01. Grayscale: #AAAAAA. Windows color (decimal): -625410 or 16676086. OLE color: 16676086.
HSL color Cylindrical-coordinate representation of color #F674FE: hue angle of 296.52º 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 #F674FE is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 116 | 254 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.00 |
| HSL | 296.52º | 0.99% | 0.73% | - |
| HSV(B) | 296.52º | 0.54% | 1% | - |
| XYZ | 62.14 | 39.24 | 98.06 | - |
| YUV | 170.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 254 | 0.03 | 0.54 | 0 | 0.00 | 296.52 | 0.99 | 0.73 |
| Hex | F6 | 74 | FE | 3 | 36 | 0 | 0 | 129 | 63 | 49 |
| Octal | 366 | 164 | 376 | 3 | 66 | 0 | 0 | 451 | 143 | 111 |
| Binary | 11110110 | 1110100 | 11111110 | 11 | 110110 | 0 | 0 | 100101001 | 1100011 | 1001001 |
Color Harmonies of #F674FE
Complementary color
Monochromatic Colors of #F674FE
Black with #F674FE
Text Example
Text Example
White with #F674FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674FE; }
p { color: rgb(246,116,254); }
H1.HeaderClassName
{
color: #F674FE;
}
.AnyTagClassName
{
color: #F674FE;
}
</style>
background-color css
<style>
a { background-color: #F674FE; }
a { background-color: rgb(246,116,254); }
div.DivClassName
{
background-color: #F674FE;
}
.BgClassName
{
background-color: #F674FE;
}
</style>
border-color css
<style>
span { border-color: #F674FE; }
span { border-color: rgb(246,116,254); }
td.TdClassName
{
border-color: #F674FE;
}
.TagClassName
{
border-color: #F674FE;
}
</style>