Shades of Radical Red #FC4369
Tints of Radical Red #FC4369
RGB
CMYK
RGB Variations
Color information
#FC4369 (or 0xFC4369) is known color: Radical Red. HEX triplet: FC, 43 and 69. RGB value is (252,67,105). Sum of RGB (Red+Green+Blue) = 252+67+105=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4369 is #03BC96. Grayscale: #7E7E7E. Windows color (decimal): -244887 or 6898684. OLE color: 6898684.
HSL color Cylindrical-coordinate representation of color #FC4369: hue angle of 347.68º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4369 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 105 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.01 |
| HSL | 347.68º | 0.97% | 0.63% | - |
| HSV(B) | 347.68º | 0.73% | 0.99% | - |
| XYZ | 44.7 | 25.73 | 15.97 | - |
| YUV | 126.65 | 115.79 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 105 | 0 | 0.73 | 0.58 | 0.01 | 347.68 | 0.97 | 0.63 |
| Hex | FC | 43 | 69 | 0 | 49 | 3A | 1 | 15C | 61 | 3F |
| Octal | 374 | 103 | 151 | 0 | 111 | 72 | 1 | 534 | 141 | 77 |
| Binary | 11111100 | 1000011 | 1101001 | 0 | 1001001 | 111010 | 1 | 101011100 | 1100001 | 111111 |
Color Harmonies of #FC4369
Complementary color
Monochromatic Colors of #FC4369
Black with #FC4369
Text Example
Text Example
White with #FC4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4369; }
p { color: rgb(252,67,105); }
H1.HeaderClassName
{
color: #FC4369;
}
.AnyTagClassName
{
color: #FC4369;
}
</style>
background-color css
<style>
a { background-color: #FC4369; }
a { background-color: rgb(252,67,105); }
div.DivClassName
{
background-color: #FC4369;
}
.BgClassName
{
background-color: #FC4369;
}
</style>
border-color css
<style>
span { border-color: #FC4369; }
span { border-color: rgb(252,67,105); }
td.TdClassName
{
border-color: #FC4369;
}
.TagClassName
{
border-color: #FC4369;
}
</style>