Shades of Fuchsia Pink #F373F4
Tints of Fuchsia Pink #F373F4
RGB
CMYK
RGB Variations
Color information
#F373F4 (or 0xF373F4) is known color: Fuchsia Pink. HEX triplet: F3, 73 and F4. RGB value is (243,115,244). Sum of RGB (Red+Green+Blue) = 243+115+244=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 115 (45.31% from 255 or 19.10% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #F373F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F373F4 is #0C8C0B. Grayscale: #A7A7A7. Windows color (decimal): -822284 or 16020467. OLE color: 16020467.
HSL color Cylindrical-coordinate representation of color #F373F4: hue angle of 299.53º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F373F4 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 115 | 244 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.04 |
| HSL | 299.53º | 0.85% | 0.7% | - |
| HSV(B) | 299.53º | 0.53% | 0.96% | - |
| XYZ | 59.42 | 37.85 | 89.76 | - |
| YUV | 167.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 244 | 0.00 | 0.53 | 0 | 0.04 | 299.53 | 0.85 | 0.7 |
| Hex | F3 | 73 | F4 | 0 | 35 | 0 | 4 | 12C | 55 | 46 |
| Octal | 363 | 163 | 364 | 0 | 65 | 0 | 4 | 454 | 125 | 106 |
| Binary | 11110011 | 1110011 | 11110100 | 0 | 110101 | 0 | 100 | 100101100 | 1010101 | 1000110 |
Color Harmonies of #F373F4
Complementary color
Monochromatic Colors of #F373F4
Black with #F373F4
Text Example
Text Example
White with #F373F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F373F4; }
p { color: rgb(243,115,244); }
H1.HeaderClassName
{
color: #F373F4;
}
.AnyTagClassName
{
color: #F373F4;
}
</style>
background-color css
<style>
a { background-color: #F373F4; }
a { background-color: rgb(243,115,244); }
div.DivClassName
{
background-color: #F373F4;
}
.BgClassName
{
background-color: #F373F4;
}
</style>
border-color css
<style>
span { border-color: #F373F4; }
span { border-color: rgb(243,115,244); }
td.TdClassName
{
border-color: #F373F4;
}
.TagClassName
{
border-color: #F373F4;
}
</style>