Shades of Fuchsia Pink #FC73F2
Tints of Fuchsia Pink #FC73F2
RGB
CMYK
RGB Variations
Color information
#FC73F2 (or 0xFC73F2) is known color: Fuchsia Pink. HEX triplet: FC, 73 and F2. RGB value is (252,115,242). Sum of RGB (Red+Green+Blue) = 252+115+242=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 115 (45.31% from 255 or 18.88% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73F2 is #038C0D. Grayscale: #AAAAAA. Windows color (decimal): -232462 or 15889404. OLE color: 15889404.
HSL color Cylindrical-coordinate representation of color #FC73F2: hue angle of 304.38º 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 #FC73F2 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 242 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.01 |
| HSL | 304.38º | 0.96% | 0.72% | - |
| HSV(B) | 304.38º | 0.54% | 0.99% | - |
| XYZ | 62.3 | 39.37 | 88.32 | - |
| YUV | 170.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 242 | 0 | 0.54 | 0.04 | 0.01 | 304.38 | 0.96 | 0.72 |
| Hex | FC | 73 | F2 | 0 | 36 | 4 | 1 | 130 | 60 | 48 |
| Octal | 374 | 163 | 362 | 0 | 66 | 4 | 1 | 460 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11110010 | 0 | 110110 | 100 | 1 | 100110000 | 1100000 | 1001000 |
Color Harmonies of #FC73F2
Complementary color
Monochromatic Colors of #FC73F2
Black with #FC73F2
Text Example
Text Example
White with #FC73F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73F2; }
p { color: rgb(252,115,242); }
H1.HeaderClassName
{
color: #FC73F2;
}
.AnyTagClassName
{
color: #FC73F2;
}
</style>
background-color css
<style>
a { background-color: #FC73F2; }
a { background-color: rgb(252,115,242); }
div.DivClassName
{
background-color: #FC73F2;
}
.BgClassName
{
background-color: #FC73F2;
}
</style>
border-color css
<style>
span { border-color: #FC73F2; }
span { border-color: rgb(252,115,242); }
td.TdClassName
{
border-color: #FC73F2;
}
.TagClassName
{
border-color: #FC73F2;
}
</style>