Shades of Violet #F897FC
Tints of Violet #F897FC
RGB
CMYK
RGB Variations
Color information
#F897FC (or 0xF897FC) is known color: Violet. HEX triplet: F8, 97 and FC. RGB value is (248,151,252). Sum of RGB (Red+Green+Blue) = 248+151+252=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 151 (59.38% from 255 or 23.20% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #F897FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F897FC is #076803. Grayscale: #BFBFBF. Windows color (decimal): -485380 or 16553976. OLE color: 16553976.
HSL color Cylindrical-coordinate representation of color #F897FC: hue angle of 297.62º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F897FC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 151 | 252 | - |
CMYK | 0.02 | 0.40 | 0 | 0.01 |
HSL | 297.62º | 0.94% | 0.79% | - |
HSV(B) | 297.62º | 0.4% | 0.99% | - |
XYZ | 67.35 | 49.12 | 98.03 | - |
YUV | 191.52 | 162.14 | 168.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 151 | 252 | 0.02 | 0.40 | 0 | 0.01 | 297.62 | 0.94 | 0.79 |
Hex | F8 | 97 | FC | 2 | 28 | 0 | 1 | 12A | 5E | 4F |
Octal | 370 | 227 | 374 | 2 | 50 | 0 | 1 | 452 | 136 | 117 |
Binary | 11111000 | 10010111 | 11111100 | 10 | 101000 | 0 | 1 | 100101010 | 1011110 | 1001111 |
Color Harmonies of #F897FC
Complementary color
Monochromatic Colors of #F897FC
Black with #F897FC
Text Example
Text Example
White with #F897FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897FC; }
p { color: rgb(248,151,252); }
H1.HeaderClassName
{
color: #F897FC;
}
.AnyTagClassName
{
color: #F897FC;
}
</style>
background-color css
<style>
a { background-color: #F897FC; }
a { background-color: rgb(248,151,252); }
div.DivClassName
{
background-color: #F897FC;
}
.BgClassName
{
background-color: #F897FC;
}
</style>
border-color css
<style>
span { border-color: #F897FC; }
span { border-color: rgb(248,151,252); }
td.TdClassName
{
border-color: #F897FC;
}
.TagClassName
{
border-color: #F897FC;
}
</style>