Shades of Fuchsia Pink #F373F8
Tints of Fuchsia Pink #F373F8
RGB
CMYK
RGB Variations
Color information
#F373F8 (or 0xF373F8) is known color: Fuchsia Pink. HEX triplet: F3, 73 and F8. RGB value is (243,115,248). Sum of RGB (Red+Green+Blue) = 243+115+248=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #F373F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F373F8 is #0C8C07. Grayscale: #A8A8A8. Windows color (decimal): -822280 or 16282611. OLE color: 16282611.
HSL color Cylindrical-coordinate representation of color #F373F8: hue angle of 297.74º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F373F8 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 115 | 248 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.03 |
| HSL | 297.74º | 0.9% | 0.71% | - |
| HSV(B) | 297.74º | 0.54% | 0.97% | - |
| XYZ | 60.04 | 38.09 | 93 | - |
| YUV | 168.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 248 | 0.02 | 0.54 | 0 | 0.03 | 297.74 | 0.9 | 0.71 |
| Hex | F3 | 73 | F8 | 2 | 36 | 0 | 3 | 12A | 5A | 47 |
| Octal | 363 | 163 | 370 | 2 | 66 | 0 | 3 | 452 | 132 | 107 |
| Binary | 11110011 | 1110011 | 11111000 | 10 | 110110 | 0 | 11 | 100101010 | 1011010 | 1000111 |
Color Harmonies of #F373F8
Complementary color
Monochromatic Colors of #F373F8
Black with #F373F8
Text Example
Text Example
White with #F373F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F373F8; }
p { color: rgb(243,115,248); }
H1.HeaderClassName
{
color: #F373F8;
}
.AnyTagClassName
{
color: #F373F8;
}
</style>
background-color css
<style>
a { background-color: #F373F8; }
a { background-color: rgb(243,115,248); }
div.DivClassName
{
background-color: #F373F8;
}
.BgClassName
{
background-color: #F373F8;
}
</style>
border-color css
<style>
span { border-color: #F373F8; }
span { border-color: rgb(243,115,248); }
td.TdClassName
{
border-color: #F373F8;
}
.TagClassName
{
border-color: #F373F8;
}
</style>