Shades of Violet #FC8AF7
Tints of Violet #FC8AF7
RGB
CMYK
RGB Variations
Color information
#FC8AF7 (or 0xFC8AF7) is known color: Violet. HEX triplet: FC, 8A and F7. RGB value is (252,138,247). Sum of RGB (Red+Green+Blue) = 252+138+247=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 138 (54.30% from 255 or 21.66% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AF7 is #037508. Grayscale: #B8B8B8. Windows color (decimal): -226569 or 16222972. OLE color: 16222972.
HSL color Cylindrical-coordinate representation of color #FC8AF7: hue angle of 302.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8AF7 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 247 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.01 |
| HSL | 302.63º | 0.95% | 0.76% | - |
| HSV(B) | 302.63º | 0.45% | 0.99% | - |
| XYZ | 66.02 | 45.59 | 93.32 | - |
| YUV | 184.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 247 | 0 | 0.45 | 0.02 | 0.01 | 302.63 | 0.95 | 0.76 |
| Hex | FC | 8A | F7 | 0 | 2D | 2 | 1 | 12F | 5F | 4C |
| Octal | 374 | 212 | 367 | 0 | 55 | 2 | 1 | 457 | 137 | 114 |
| Binary | 11111100 | 10001010 | 11110111 | 0 | 101101 | 10 | 1 | 100101111 | 1011111 | 1001100 |
Color Harmonies of #FC8AF7
Complementary color
Monochromatic Colors of #FC8AF7
Black with #FC8AF7
Text Example
Text Example
White with #FC8AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8AF7; }
p { color: rgb(252,138,247); }
H1.HeaderClassName
{
color: #FC8AF7;
}
.AnyTagClassName
{
color: #FC8AF7;
}
</style>
background-color css
<style>
a { background-color: #FC8AF7; }
a { background-color: rgb(252,138,247); }
div.DivClassName
{
background-color: #FC8AF7;
}
.BgClassName
{
background-color: #FC8AF7;
}
</style>
border-color css
<style>
span { border-color: #FC8AF7; }
span { border-color: rgb(252,138,247); }
td.TdClassName
{
border-color: #FC8AF7;
}
.TagClassName
{
border-color: #FC8AF7;
}
</style>