Shades of Fuchsia Pink #F37AFE
Tints of Fuchsia Pink #F37AFE
RGB
CMYK
RGB Variations
Color information
#F37AFE (or 0xF37AFE) is known color: Fuchsia Pink. HEX triplet: F3, 7A and FE. RGB value is (243,122,254). Sum of RGB (Red+Green+Blue) = 243+122+254=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 122 (48.05% from 255 or 19.71% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #F37AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37AFE is #0C8501. Grayscale: #ACACAC. Windows color (decimal): -820482 or 16677619. OLE color: 16677619.
HSL color Cylindrical-coordinate representation of color #F37AFE: hue angle of 295º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F37AFE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 122 | 254 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.00 |
| HSL | 295º | 0.99% | 0.74% | - |
| HSV(B) | 295º | 0.52% | 1% | - |
| XYZ | 61.81 | 40.13 | 98.25 | - |
| YUV | 173.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 254 | 0.04 | 0.52 | 0 | 0.00 | 295 | 0.99 | 0.74 |
| Hex | F3 | 7A | FE | 4 | 34 | 0 | 0 | 127 | 63 | 4A |
| Octal | 363 | 172 | 376 | 4 | 64 | 0 | 0 | 447 | 143 | 112 |
| Binary | 11110011 | 1111010 | 11111110 | 100 | 110100 | 0 | 0 | 100100111 | 1100011 | 1001010 |
Color Harmonies of #F37AFE
Complementary color
Monochromatic Colors of #F37AFE
Black with #F37AFE
Text Example
Text Example
White with #F37AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AFE; }
p { color: rgb(243,122,254); }
H1.HeaderClassName
{
color: #F37AFE;
}
.AnyTagClassName
{
color: #F37AFE;
}
</style>
background-color css
<style>
a { background-color: #F37AFE; }
a { background-color: rgb(243,122,254); }
div.DivClassName
{
background-color: #F37AFE;
}
.BgClassName
{
background-color: #F37AFE;
}
</style>
border-color css
<style>
span { border-color: #F37AFE; }
span { border-color: rgb(243,122,254); }
td.TdClassName
{
border-color: #F37AFE;
}
.TagClassName
{
border-color: #F37AFE;
}
</style>