Shades of Fuchsia Pink #F379FF
Tints of Fuchsia Pink #F379FF
RGB
CMYK
RGB Variations
Color information
#F379FF (or 0xF379FF) is known color: Fuchsia Pink. HEX triplet: F3, 79 and FF. RGB value is (243,121,255). Sum of RGB (Red+Green+Blue) = 243+121+255=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 121 (47.66% from 255 or 19.55% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #F379FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F379FF is #0C8600. Grayscale: #ACACAC. Windows color (decimal): -820737 or 16742899. OLE color: 16742899.
HSL color Cylindrical-coordinate representation of color #F379FF: hue angle of 294.63º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F379FF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 121 | 255 | - |
| CMYK | 0.05 | 0.53 | 0 | 0 |
| HSL | 294.63º | 1% | 0.74% | - |
| HSV(B) | 294.63º | 0.53% | 1% | - |
| XYZ | 61.85 | 39.95 | 99.06 | - |
| YUV | 172.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 255 | 0.05 | 0.53 | 0 | 0 | 294.63 | 1 | 0.74 |
| Hex | F3 | 79 | FF | 5 | 35 | 0 | 0 | 127 | 64 | 4A |
| Octal | 363 | 171 | 377 | 5 | 65 | 0 | 0 | 447 | 144 | 112 |
| Binary | 11110011 | 1111001 | 11111111 | 101 | 110101 | 0 | 0 | 100100111 | 1100100 | 1001010 |
Color Harmonies of #F379FF
Complementary color
Monochromatic Colors of #F379FF
Black with #F379FF
Text Example
Text Example
White with #F379FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379FF; }
p { color: rgb(243,121,255); }
H1.HeaderClassName
{
color: #F379FF;
}
.AnyTagClassName
{
color: #F379FF;
}
</style>
background-color css
<style>
a { background-color: #F379FF; }
a { background-color: rgb(243,121,255); }
div.DivClassName
{
background-color: #F379FF;
}
.BgClassName
{
background-color: #F379FF;
}
</style>
border-color css
<style>
span { border-color: #F379FF; }
span { border-color: rgb(243,121,255); }
td.TdClassName
{
border-color: #F379FF;
}
.TagClassName
{
border-color: #F379FF;
}
</style>