Shades of Fuchsia Pink #FC74F2
Tints of Fuchsia Pink #FC74F2
RGB
CMYK
RGB Variations
Color information
#FC74F2 (or 0xFC74F2) is known color: Fuchsia Pink. HEX triplet: FC, 74 and F2. RGB value is (252,116,242). Sum of RGB (Red+Green+Blue) = 252+116+242=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 116 (45.70% from 255 or 19.02% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74F2 is #038B0D. Grayscale: #AAAAAA. Windows color (decimal): -232206 or 15889660. OLE color: 15889660.
HSL color Cylindrical-coordinate representation of color #FC74F2: hue angle of 304.41º 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 #FC74F2 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 242 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.01 |
| HSL | 304.41º | 0.96% | 0.72% | - |
| HSV(B) | 304.41º | 0.54% | 0.99% | - |
| XYZ | 62.42 | 39.6 | 88.36 | - |
| YUV | 171.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 242 | 0 | 0.54 | 0.04 | 0.01 | 304.41 | 0.96 | 0.72 |
| Hex | FC | 74 | F2 | 0 | 36 | 4 | 1 | 130 | 60 | 48 |
| Octal | 374 | 164 | 362 | 0 | 66 | 4 | 1 | 460 | 140 | 110 |
| Binary | 11111100 | 1110100 | 11110010 | 0 | 110110 | 100 | 1 | 100110000 | 1100000 | 1001000 |
Color Harmonies of #FC74F2
Complementary color
Monochromatic Colors of #FC74F2
Black with #FC74F2
Text Example
Text Example
White with #FC74F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74F2; }
p { color: rgb(252,116,242); }
H1.HeaderClassName
{
color: #FC74F2;
}
.AnyTagClassName
{
color: #FC74F2;
}
</style>
background-color css
<style>
a { background-color: #FC74F2; }
a { background-color: rgb(252,116,242); }
div.DivClassName
{
background-color: #FC74F2;
}
.BgClassName
{
background-color: #FC74F2;
}
</style>
border-color css
<style>
span { border-color: #FC74F2; }
span { border-color: rgb(252,116,242); }
td.TdClassName
{
border-color: #FC74F2;
}
.TagClassName
{
border-color: #FC74F2;
}
</style>