Shades of Fuchsia Pink #F374FF
Tints of Fuchsia Pink #F374FF
RGB
CMYK
RGB Variations
Color information
#F374FF (or 0xF374FF) is known color: Fuchsia Pink. HEX triplet: F3, 74 and FF. RGB value is (243,116,255). Sum of RGB (Red+Green+Blue) = 243+116+255=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 116 (45.70% from 255 or 18.89% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #F374FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F374FF is #0C8B00. Grayscale: #A9A9A9. Windows color (decimal): -822017 or 16741619. OLE color: 16741619.
HSL color Cylindrical-coordinate representation of color #F374FF: hue angle of 294.82º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F374FF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 116 | 255 | - |
| CMYK | 0.05 | 0.55 | 0 | 0 |
| HSL | 294.82º | 1% | 0.73% | - |
| HSV(B) | 294.82º | 0.55% | 1% | - |
| XYZ | 61.26 | 38.77 | 98.86 | - |
| YUV | 169.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 255 | 0.05 | 0.55 | 0 | 0 | 294.82 | 1 | 0.73 |
| Hex | F3 | 74 | FF | 5 | 37 | 0 | 0 | 127 | 64 | 49 |
| Octal | 363 | 164 | 377 | 5 | 67 | 0 | 0 | 447 | 144 | 111 |
| Binary | 11110011 | 1110100 | 11111111 | 101 | 110111 | 0 | 0 | 100100111 | 1100100 | 1001001 |
Color Harmonies of #F374FF
Complementary color
Monochromatic Colors of #F374FF
Black with #F374FF
Text Example
Text Example
White with #F374FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374FF; }
p { color: rgb(243,116,255); }
H1.HeaderClassName
{
color: #F374FF;
}
.AnyTagClassName
{
color: #F374FF;
}
</style>
background-color css
<style>
a { background-color: #F374FF; }
a { background-color: rgb(243,116,255); }
div.DivClassName
{
background-color: #F374FF;
}
.BgClassName
{
background-color: #F374FF;
}
</style>
border-color css
<style>
span { border-color: #F374FF; }
span { border-color: rgb(243,116,255); }
td.TdClassName
{
border-color: #F374FF;
}
.TagClassName
{
border-color: #F374FF;
}
</style>