Shades of Violet #FC93F5
Tints of Violet #FC93F5
RGB
CMYK
RGB Variations
Color information
#FC93F5 (or 0xFC93F5) is known color: Violet. HEX triplet: FC, 93 and F5. RGB value is (252,147,245). Sum of RGB (Red+Green+Blue) = 252+147+245=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 147 (57.81% from 255 or 22.83% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93F5 is #036C0A. Grayscale: #BDBDBD. Windows color (decimal): -224267 or 16094204. OLE color: 16094204.
HSL color Cylindrical-coordinate representation of color #FC93F5: hue angle of 304º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC93F5 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 245 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.01 |
| HSL | 304º | 0.95% | 0.78% | - |
| HSV(B) | 304º | 0.42% | 0.99% | - |
| XYZ | 67.06 | 48.16 | 92.15 | - |
| YUV | 189.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 245 | 0 | 0.42 | 0.03 | 0.01 | 304 | 0.95 | 0.78 |
| Hex | FC | 93 | F5 | 0 | 2A | 3 | 1 | 130 | 5F | 4E |
| Octal | 374 | 223 | 365 | 0 | 52 | 3 | 1 | 460 | 137 | 116 |
| Binary | 11111100 | 10010011 | 11110101 | 0 | 101010 | 11 | 1 | 100110000 | 1011111 | 1001110 |
Color Harmonies of #FC93F5
Complementary color
Monochromatic Colors of #FC93F5
Black with #FC93F5
Text Example
Text Example
White with #FC93F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93F5; }
p { color: rgb(252,147,245); }
H1.HeaderClassName
{
color: #FC93F5;
}
.AnyTagClassName
{
color: #FC93F5;
}
</style>
background-color css
<style>
a { background-color: #FC93F5; }
a { background-color: rgb(252,147,245); }
div.DivClassName
{
background-color: #FC93F5;
}
.BgClassName
{
background-color: #FC93F5;
}
</style>
border-color css
<style>
span { border-color: #FC93F5; }
span { border-color: rgb(252,147,245); }
td.TdClassName
{
border-color: #FC93F5;
}
.TagClassName
{
border-color: #FC93F5;
}
</style>