Shades of Radical Red #FC3D68
Tints of Radical Red #FC3D68
RGB
CMYK
RGB Variations
Color information
#FC3D68 (or 0xFC3D68) is known color: Radical Red. HEX triplet: FC, 3D and 68. RGB value is (252,61,104). Sum of RGB (Red+Green+Blue) = 252+61+104=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3D68 is #03C297. Grayscale: #7B7B7B. Windows color (decimal): -246424 or 6831612. OLE color: 6831612.
HSL color Cylindrical-coordinate representation of color #FC3D68: hue angle of 346.49º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3D68 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 61 | 104 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.01 |
| HSL | 346.49º | 0.97% | 0.61% | - |
| HSV(B) | 346.49º | 0.76% | 0.99% | - |
| XYZ | 44.31 | 25.03 | 15.59 | - |
| YUV | 123.01 | 117.28 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 61 | 104 | 0 | 0.76 | 0.59 | 0.01 | 346.49 | 0.97 | 0.61 |
| Hex | FC | 3D | 68 | 0 | 4C | 3B | 1 | 15A | 61 | 3D |
| Octal | 374 | 75 | 150 | 0 | 114 | 73 | 1 | 532 | 141 | 75 |
| Binary | 11111100 | 111101 | 1101000 | 0 | 1001100 | 111011 | 1 | 101011010 | 1100001 | 111101 |
Color Harmonies of #FC3D68
Complementary color
Monochromatic Colors of #FC3D68
Black with #FC3D68
Text Example
Text Example
White with #FC3D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3D68; }
p { color: rgb(252,61,104); }
H1.HeaderClassName
{
color: #FC3D68;
}
.AnyTagClassName
{
color: #FC3D68;
}
</style>
background-color css
<style>
a { background-color: #FC3D68; }
a { background-color: rgb(252,61,104); }
div.DivClassName
{
background-color: #FC3D68;
}
.BgClassName
{
background-color: #FC3D68;
}
</style>
border-color css
<style>
span { border-color: #FC3D68; }
span { border-color: rgb(252,61,104); }
td.TdClassName
{
border-color: #FC3D68;
}
.TagClassName
{
border-color: #FC3D68;
}
</style>