Shades of Fuchsia Pink #F37AFA
Tints of Fuchsia Pink #F37AFA
RGB
CMYK
RGB Variations
Color information
#F37AFA (or 0xF37AFA) is known color: Fuchsia Pink. HEX triplet: F3, 7A and FA. RGB value is (243,122,250). Sum of RGB (Red+Green+Blue) = 243+122+250=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 122 (48.05% from 255 or 19.84% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #F37AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37AFA is #0C8505. Grayscale: #ACACAC. Windows color (decimal): -820486 or 16415475. OLE color: 16415475.
HSL color Cylindrical-coordinate representation of color #F37AFA: hue angle of 296.72º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F37AFA is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 122 | 250 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.02 |
| HSL | 296.72º | 0.93% | 0.73% | - |
| HSV(B) | 296.72º | 0.51% | 0.98% | - |
| XYZ | 61.18 | 39.88 | 94.91 | - |
| YUV | 172.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 250 | 0.03 | 0.51 | 0 | 0.02 | 296.72 | 0.93 | 0.73 |
| Hex | F3 | 7A | FA | 3 | 33 | 0 | 2 | 129 | 5D | 49 |
| Octal | 363 | 172 | 372 | 3 | 63 | 0 | 2 | 451 | 135 | 111 |
| Binary | 11110011 | 1111010 | 11111010 | 11 | 110011 | 0 | 10 | 100101001 | 1011101 | 1001001 |
Color Harmonies of #F37AFA
Complementary color
Monochromatic Colors of #F37AFA
Black with #F37AFA
Text Example
Text Example
White with #F37AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AFA; }
p { color: rgb(243,122,250); }
H1.HeaderClassName
{
color: #F37AFA;
}
.AnyTagClassName
{
color: #F37AFA;
}
</style>
background-color css
<style>
a { background-color: #F37AFA; }
a { background-color: rgb(243,122,250); }
div.DivClassName
{
background-color: #F37AFA;
}
.BgClassName
{
background-color: #F37AFA;
}
</style>
border-color css
<style>
span { border-color: #F37AFA; }
span { border-color: rgb(243,122,250); }
td.TdClassName
{
border-color: #F37AFA;
}
.TagClassName
{
border-color: #F37AFA;
}
</style>