Shades of Fuchsia Pink #F675FA
Tints of Fuchsia Pink #F675FA
RGB
CMYK
RGB Variations
Color information
#F675FA (or 0xF675FA) is known color: Fuchsia Pink. HEX triplet: F6, 75 and FA. RGB value is (246,117,250). Sum of RGB (Red+Green+Blue) = 246+117+250=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 117 (46.09% from 255 or 19.09% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #F675FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F675FA is #098A05. Grayscale: #AAAAAA. Windows color (decimal): -625158 or 16414198. OLE color: 16414198.
HSL color Cylindrical-coordinate representation of color #F675FA: hue angle of 298.2º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F675FA is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 117 | 250 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.02 |
| HSL | 298.2º | 0.93% | 0.72% | - |
| HSV(B) | 298.2º | 0.53% | 0.98% | - |
| XYZ | 61.62 | 39.22 | 94.76 | - |
| YUV | 170.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 250 | 0.02 | 0.53 | 0 | 0.02 | 298.2 | 0.93 | 0.72 |
| Hex | F6 | 75 | FA | 2 | 35 | 0 | 2 | 12A | 5D | 48 |
| Octal | 366 | 165 | 372 | 2 | 65 | 0 | 2 | 452 | 135 | 110 |
| Binary | 11110110 | 1110101 | 11111010 | 10 | 110101 | 0 | 10 | 100101010 | 1011101 | 1001000 |
Color Harmonies of #F675FA
Complementary color
Monochromatic Colors of #F675FA
Black with #F675FA
Text Example
Text Example
White with #F675FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F675FA; }
p { color: rgb(246,117,250); }
H1.HeaderClassName
{
color: #F675FA;
}
.AnyTagClassName
{
color: #F675FA;
}
</style>
background-color css
<style>
a { background-color: #F675FA; }
a { background-color: rgb(246,117,250); }
div.DivClassName
{
background-color: #F675FA;
}
.BgClassName
{
background-color: #F675FA;
}
</style>
border-color css
<style>
span { border-color: #F675FA; }
span { border-color: rgb(246,117,250); }
td.TdClassName
{
border-color: #F675FA;
}
.TagClassName
{
border-color: #F675FA;
}
</style>