Shades of Fuchsia Pink #F97CFF
Tints of Fuchsia Pink #F97CFF
RGB
CMYK
RGB Variations
Color information
#F97CFF (or 0xF97CFF) is known color: Fuchsia Pink. HEX triplet: F9, 7C and FF. RGB value is (249,124,255). Sum of RGB (Red+Green+Blue) = 249+124+255=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 124 (48.83% from 255 or 19.75% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #F97CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97CFF is #068300. Grayscale: #AFAFAF. Windows color (decimal): -426753 or 16743673. OLE color: 16743673.
HSL color Cylindrical-coordinate representation of color #F97CFF: hue angle of 297.25º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97CFF is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 124 | 255 | - |
| CMYK | 0.02 | 0.51 | 0 | 0 |
| HSL | 297.25º | 1% | 0.74% | - |
| HSV(B) | 297.25º | 0.51% | 1% | - |
| XYZ | 64.32 | 41.78 | 99.28 | - |
| YUV | 176.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 255 | 0.02 | 0.51 | 0 | 0 | 297.25 | 1 | 0.74 |
| Hex | F9 | 7C | FF | 2 | 33 | 0 | 0 | 129 | 64 | 4A |
| Octal | 371 | 174 | 377 | 2 | 63 | 0 | 0 | 451 | 144 | 112 |
| Binary | 11111001 | 1111100 | 11111111 | 10 | 110011 | 0 | 0 | 100101001 | 1100100 | 1001010 |
Color Harmonies of #F97CFF
Complementary color
Monochromatic Colors of #F97CFF
Black with #F97CFF
Text Example
Text Example
White with #F97CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97CFF; }
p { color: rgb(249,124,255); }
H1.HeaderClassName
{
color: #F97CFF;
}
.AnyTagClassName
{
color: #F97CFF;
}
</style>
background-color css
<style>
a { background-color: #F97CFF; }
a { background-color: rgb(249,124,255); }
div.DivClassName
{
background-color: #F97CFF;
}
.BgClassName
{
background-color: #F97CFF;
}
</style>
border-color css
<style>
span { border-color: #F97CFF; }
span { border-color: rgb(249,124,255); }
td.TdClassName
{
border-color: #F97CFF;
}
.TagClassName
{
border-color: #F97CFF;
}
</style>