Shades of Radical Red #FC3665
Tints of Radical Red #FC3665
RGB
CMYK
RGB Variations
Color information
#FC3665 (or 0xFC3665) is known color: Radical Red. HEX triplet: FC, 36 and 65. RGB value is (252,54,101). Sum of RGB (Red+Green+Blue) = 252+54+101=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3665 is #03C99A. Grayscale: #767676. Windows color (decimal): -248219 or 6633212. OLE color: 6633212.
HSL color Cylindrical-coordinate representation of color #FC3665: hue angle of 345.76º 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 #FC3665 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 101 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.01 |
| HSL | 345.76º | 0.97% | 0.6% | - |
| HSV(B) | 345.76º | 0.79% | 0.99% | - |
| XYZ | 43.81 | 24.27 | 14.69 | - |
| YUV | 118.56 | 118.1 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 101 | 0 | 0.79 | 0.60 | 0.01 | 345.76 | 0.97 | 0.6 |
| Hex | FC | 36 | 65 | 0 | 4F | 3C | 1 | 15A | 61 | 3C |
| Octal | 374 | 66 | 145 | 0 | 117 | 74 | 1 | 532 | 141 | 74 |
| Binary | 11111100 | 110110 | 1100101 | 0 | 1001111 | 111100 | 1 | 101011010 | 1100001 | 111100 |
Color Harmonies of #FC3665
Complementary color
Monochromatic Colors of #FC3665
Black with #FC3665
Text Example
Text Example
White with #FC3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3665; }
p { color: rgb(252,54,101); }
H1.HeaderClassName
{
color: #FC3665;
}
.AnyTagClassName
{
color: #FC3665;
}
</style>
background-color css
<style>
a { background-color: #FC3665; }
a { background-color: rgb(252,54,101); }
div.DivClassName
{
background-color: #FC3665;
}
.BgClassName
{
background-color: #FC3665;
}
</style>
border-color css
<style>
span { border-color: #FC3665; }
span { border-color: rgb(252,54,101); }
td.TdClassName
{
border-color: #FC3665;
}
.TagClassName
{
border-color: #FC3665;
}
</style>