Shades of Violet #FF97FC
Tints of Violet #FF97FC
RGB
CMYK
RGB Variations
Color information
#FF97FC (or 0xFF97FC) is known color: Violet. HEX triplet: FF, 97 and FC. RGB value is (255,151,252). Sum of RGB (Red+Green+Blue) = 255+151+252=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 151 (59.38% from 255 or 22.95% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97FC is #006803. Grayscale: #C1C1C1. Windows color (decimal): -26628 or 16553983. OLE color: 16553983.
HSL color Cylindrical-coordinate representation of color #FF97FC: hue angle of 301.73º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97FC is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 252 | - |
| CMYK | 0 | 0.41 | 0.01 | 0 |
| HSL | 301.73º | 1% | 0.8% | - |
| HSV(B) | 301.73º | 0.41% | 1% | - |
| XYZ | 69.88 | 50.42 | 98.14 | - |
| YUV | 193.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 252 | 0 | 0.41 | 0.01 | 0 | 301.73 | 1 | 0.8 |
| Hex | FF | 97 | FC | 0 | 29 | 1 | 0 | 12E | 64 | 50 |
| Octal | 377 | 227 | 374 | 0 | 51 | 1 | 0 | 456 | 144 | 120 |
| Binary | 11111111 | 10010111 | 11111100 | 0 | 101001 | 1 | 0 | 100101110 | 1100100 | 1010000 |
Color Harmonies of #FF97FC
Complementary color
Monochromatic Colors of #FF97FC
Black with #FF97FC
Text Example
Text Example
White with #FF97FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97FC; }
p { color: rgb(255,151,252); }
H1.HeaderClassName
{
color: #FF97FC;
}
.AnyTagClassName
{
color: #FF97FC;
}
</style>
background-color css
<style>
a { background-color: #FF97FC; }
a { background-color: rgb(255,151,252); }
div.DivClassName
{
background-color: #FF97FC;
}
.BgClassName
{
background-color: #FF97FC;
}
</style>
border-color css
<style>
span { border-color: #FF97FC; }
span { border-color: rgb(255,151,252); }
td.TdClassName
{
border-color: #FF97FC;
}
.TagClassName
{
border-color: #FF97FC;
}
</style>