Shades of Violet #FC8FF5
Tints of Violet #FC8FF5
RGB
CMYK
RGB Variations
Color information
#FC8FF5 (or 0xFC8FF5) is known color: Violet. HEX triplet: FC, 8F and F5. RGB value is (252,143,245). Sum of RGB (Red+Green+Blue) = 252+143+245=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 143 (56.25% from 255 or 22.34% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FF5 is #03700A. Grayscale: #BABABA. Windows color (decimal): -225291 or 16093180. OLE color: 16093180.
HSL color Cylindrical-coordinate representation of color #FC8FF5: hue angle of 303.85º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FF5 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 245 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.01 |
| HSL | 303.85º | 0.95% | 0.77% | - |
| HSV(B) | 303.85º | 0.43% | 0.99% | - |
| XYZ | 66.45 | 46.93 | 91.94 | - |
| YUV | 187.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 245 | 0 | 0.43 | 0.03 | 0.01 | 303.85 | 0.95 | 0.77 |
| Hex | FC | 8F | F5 | 0 | 2B | 3 | 1 | 130 | 5F | 4D |
| Octal | 374 | 217 | 365 | 0 | 53 | 3 | 1 | 460 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11110101 | 0 | 101011 | 11 | 1 | 100110000 | 1011111 | 1001101 |
Color Harmonies of #FC8FF5
Complementary color
Monochromatic Colors of #FC8FF5
Black with #FC8FF5
Text Example
Text Example
White with #FC8FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FF5; }
p { color: rgb(252,143,245); }
H1.HeaderClassName
{
color: #FC8FF5;
}
.AnyTagClassName
{
color: #FC8FF5;
}
</style>
background-color css
<style>
a { background-color: #FC8FF5; }
a { background-color: rgb(252,143,245); }
div.DivClassName
{
background-color: #FC8FF5;
}
.BgClassName
{
background-color: #FC8FF5;
}
</style>
border-color css
<style>
span { border-color: #FC8FF5; }
span { border-color: rgb(252,143,245); }
td.TdClassName
{
border-color: #FC8FF5;
}
.TagClassName
{
border-color: #FC8FF5;
}
</style>