Shades of Fuchsia Pink #F37CFE
Tints of Fuchsia Pink #F37CFE
RGB
CMYK
RGB Variations
Color information
#F37CFE (or 0xF37CFE) is known color: Fuchsia Pink. HEX triplet: F3, 7C and FE. RGB value is (243,124,254). Sum of RGB (Red+Green+Blue) = 243+124+254=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 124 (48.83% from 255 or 19.97% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #F37CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37CFE is #0C8301. Grayscale: #AEAEAE. Windows color (decimal): -819970 or 16678131. OLE color: 16678131.
HSL color Cylindrical-coordinate representation of color #F37CFE: hue angle of 294.92º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F37CFE is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 124 | 254 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.00 |
| HSL | 294.92º | 0.98% | 0.74% | - |
| HSV(B) | 294.92º | 0.51% | 1% | - |
| XYZ | 62.06 | 40.63 | 98.34 | - |
| YUV | 174.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 254 | 0.04 | 0.51 | 0 | 0.00 | 294.92 | 0.98 | 0.74 |
| Hex | F3 | 7C | FE | 4 | 33 | 0 | 0 | 127 | 62 | 4A |
| Octal | 363 | 174 | 376 | 4 | 63 | 0 | 0 | 447 | 142 | 112 |
| Binary | 11110011 | 1111100 | 11111110 | 100 | 110011 | 0 | 0 | 100100111 | 1100010 | 1001010 |
Color Harmonies of #F37CFE
Complementary color
Monochromatic Colors of #F37CFE
Black with #F37CFE
Text Example
Text Example
White with #F37CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CFE; }
p { color: rgb(243,124,254); }
H1.HeaderClassName
{
color: #F37CFE;
}
.AnyTagClassName
{
color: #F37CFE;
}
</style>
background-color css
<style>
a { background-color: #F37CFE; }
a { background-color: rgb(243,124,254); }
div.DivClassName
{
background-color: #F37CFE;
}
.BgClassName
{
background-color: #F37CFE;
}
</style>
border-color css
<style>
span { border-color: #F37CFE; }
span { border-color: rgb(243,124,254); }
td.TdClassName
{
border-color: #F37CFE;
}
.TagClassName
{
border-color: #F37CFE;
}
</style>