Shades of Radical Red #FC3465
Tints of Radical Red #FC3465
RGB
CMYK
RGB Variations
Color information
#FC3465 (or 0xFC3465) is known color: Radical Red. HEX triplet: FC, 34 and 65. RGB value is (252,52,101). Sum of RGB (Red+Green+Blue) = 252+52+101=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3465 is #03CB9A. Grayscale: #757575. Windows color (decimal): -248731 or 6632700. OLE color: 6632700.
HSL color Cylindrical-coordinate representation of color #FC3465: hue angle of 345.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC3465 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 101 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.01 |
| HSL | 345.3º | 0.97% | 0.6% | - |
| HSV(B) | 345.3º | 0.79% | 0.99% | - |
| XYZ | 43.72 | 24.09 | 14.66 | - |
| YUV | 117.39 | 118.76 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 101 | 0 | 0.79 | 0.60 | 0.01 | 345.3 | 0.97 | 0.6 |
| Hex | FC | 34 | 65 | 0 | 4F | 3C | 1 | 159 | 61 | 3C |
| Octal | 374 | 64 | 145 | 0 | 117 | 74 | 1 | 531 | 141 | 74 |
| Binary | 11111100 | 110100 | 1100101 | 0 | 1001111 | 111100 | 1 | 101011001 | 1100001 | 111100 |
Color Harmonies of #FC3465
Complementary color
Monochromatic Colors of #FC3465
Black with #FC3465
Text Example
Text Example
White with #FC3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3465; }
p { color: rgb(252,52,101); }
H1.HeaderClassName
{
color: #FC3465;
}
.AnyTagClassName
{
color: #FC3465;
}
</style>
background-color css
<style>
a { background-color: #FC3465; }
a { background-color: rgb(252,52,101); }
div.DivClassName
{
background-color: #FC3465;
}
.BgClassName
{
background-color: #FC3465;
}
</style>
border-color css
<style>
span { border-color: #FC3465; }
span { border-color: rgb(252,52,101); }
td.TdClassName
{
border-color: #FC3465;
}
.TagClassName
{
border-color: #FC3465;
}
</style>