Shades of Fuchsia Pink #FC73F0
Tints of Fuchsia Pink #FC73F0
RGB
CMYK
RGB Variations
Color information
#FC73F0 (or 0xFC73F0) is known color: Fuchsia Pink. HEX triplet: FC, 73 and F0. RGB value is (252,115,240). Sum of RGB (Red+Green+Blue) = 252+115+240=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 115 (45.31% from 255 or 18.95% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73F0 is #038C0F. Grayscale: #A9A9A9. Windows color (decimal): -232464 or 15758332. OLE color: 15758332.
HSL color Cylindrical-coordinate representation of color #FC73F0: hue angle of 305.26º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73F0 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 240 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.01 |
| HSL | 305.26º | 0.96% | 0.72% | - |
| HSV(B) | 305.26º | 0.54% | 0.99% | - |
| XYZ | 62 | 39.25 | 86.75 | - |
| YUV | 170.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 240 | 0 | 0.54 | 0.05 | 0.01 | 305.26 | 0.96 | 0.72 |
| Hex | FC | 73 | F0 | 0 | 36 | 5 | 1 | 131 | 60 | 48 |
| Octal | 374 | 163 | 360 | 0 | 66 | 5 | 1 | 461 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11110000 | 0 | 110110 | 101 | 1 | 100110001 | 1100000 | 1001000 |
Color Harmonies of #FC73F0
Complementary color
Monochromatic Colors of #FC73F0
Black with #FC73F0
Text Example
Text Example
White with #FC73F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73F0; }
p { color: rgb(252,115,240); }
H1.HeaderClassName
{
color: #FC73F0;
}
.AnyTagClassName
{
color: #FC73F0;
}
</style>
background-color css
<style>
a { background-color: #FC73F0; }
a { background-color: rgb(252,115,240); }
div.DivClassName
{
background-color: #FC73F0;
}
.BgClassName
{
background-color: #FC73F0;
}
</style>
border-color css
<style>
span { border-color: #FC73F0; }
span { border-color: rgb(252,115,240); }
td.TdClassName
{
border-color: #FC73F0;
}
.TagClassName
{
border-color: #FC73F0;
}
</style>