Shades of Violet #FC8BF5
Tints of Violet #FC8BF5
RGB
CMYK
RGB Variations
Color information
#FC8BF5 (or 0xFC8BF5) is known color: Violet. HEX triplet: FC, 8B and F5. RGB value is (252,139,245). Sum of RGB (Red+Green+Blue) = 252+139+245=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 139 (54.69% from 255 or 21.86% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BF5 is #03740A. Grayscale: #B8B8B8. Windows color (decimal): -226315 or 16092156. OLE color: 16092156.
HSL color Cylindrical-coordinate representation of color #FC8BF5: hue angle of 303.72º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BF5 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 245 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.01 |
| HSL | 303.72º | 0.95% | 0.77% | - |
| HSV(B) | 303.72º | 0.45% | 0.99% | - |
| XYZ | 65.86 | 45.75 | 91.75 | - |
| YUV | 184.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 245 | 0 | 0.45 | 0.03 | 0.01 | 303.72 | 0.95 | 0.77 |
| Hex | FC | 8B | F5 | 0 | 2D | 3 | 1 | 130 | 5F | 4D |
| Octal | 374 | 213 | 365 | 0 | 55 | 3 | 1 | 460 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11110101 | 0 | 101101 | 11 | 1 | 100110000 | 1011111 | 1001101 |
Color Harmonies of #FC8BF5
Complementary color
Monochromatic Colors of #FC8BF5
Black with #FC8BF5
Text Example
Text Example
White with #FC8BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BF5; }
p { color: rgb(252,139,245); }
H1.HeaderClassName
{
color: #FC8BF5;
}
.AnyTagClassName
{
color: #FC8BF5;
}
</style>
background-color css
<style>
a { background-color: #FC8BF5; }
a { background-color: rgb(252,139,245); }
div.DivClassName
{
background-color: #FC8BF5;
}
.BgClassName
{
background-color: #FC8BF5;
}
</style>
border-color css
<style>
span { border-color: #FC8BF5; }
span { border-color: rgb(252,139,245); }
td.TdClassName
{
border-color: #FC8BF5;
}
.TagClassName
{
border-color: #FC8BF5;
}
</style>