Shades of Fuchsia Pink #F375FF
Tints of Fuchsia Pink #F375FF
RGB
CMYK
RGB Variations
Color information
#F375FF (or 0xF375FF) is known color: Fuchsia Pink. HEX triplet: F3, 75 and FF. RGB value is (243,117,255). Sum of RGB (Red+Green+Blue) = 243+117+255=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 117 (46.09% from 255 or 19.02% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #F375FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F375FF is #0C8A00. Grayscale: #A9A9A9. Windows color (decimal): -821761 or 16741875. OLE color: 16741875.
HSL color Cylindrical-coordinate representation of color #F375FF: hue angle of 294.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F375FF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 117 | 255 | - |
| CMYK | 0.05 | 0.54 | 0 | 0 |
| HSL | 294.78º | 1% | 0.73% | - |
| HSV(B) | 294.78º | 0.54% | 1% | - |
| XYZ | 61.37 | 39 | 98.9 | - |
| YUV | 170.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 255 | 0.05 | 0.54 | 0 | 0 | 294.78 | 1 | 0.73 |
| Hex | F3 | 75 | FF | 5 | 36 | 0 | 0 | 127 | 64 | 49 |
| Octal | 363 | 165 | 377 | 5 | 66 | 0 | 0 | 447 | 144 | 111 |
| Binary | 11110011 | 1110101 | 11111111 | 101 | 110110 | 0 | 0 | 100100111 | 1100100 | 1001001 |
Color Harmonies of #F375FF
Complementary color
Monochromatic Colors of #F375FF
Black with #F375FF
Text Example
Text Example
White with #F375FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375FF; }
p { color: rgb(243,117,255); }
H1.HeaderClassName
{
color: #F375FF;
}
.AnyTagClassName
{
color: #F375FF;
}
</style>
background-color css
<style>
a { background-color: #F375FF; }
a { background-color: rgb(243,117,255); }
div.DivClassName
{
background-color: #F375FF;
}
.BgClassName
{
background-color: #F375FF;
}
</style>
border-color css
<style>
span { border-color: #F375FF; }
span { border-color: rgb(243,117,255); }
td.TdClassName
{
border-color: #F375FF;
}
.TagClassName
{
border-color: #F375FF;
}
</style>