Shades of Radical Red #FC4168
Tints of Radical Red #FC4168
RGB
CMYK
RGB Variations
Color information
#FC4168 (or 0xFC4168) is known color: Radical Red. HEX triplet: FC, 41 and 68. RGB value is (252,65,104). Sum of RGB (Red+Green+Blue) = 252+65+104=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4168 is #03BE97. Grayscale: #7D7D7D. Windows color (decimal): -245400 or 6832636. OLE color: 6832636.
HSL color Cylindrical-coordinate representation of color #FC4168: hue angle of 347.49º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4168 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 104 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.01 |
| HSL | 347.49º | 0.97% | 0.62% | - |
| HSV(B) | 347.49º | 0.74% | 0.99% | - |
| XYZ | 44.53 | 25.48 | 15.67 | - |
| YUV | 125.36 | 115.95 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 104 | 0 | 0.74 | 0.59 | 0.01 | 347.49 | 0.97 | 0.62 |
| Hex | FC | 41 | 68 | 0 | 4A | 3B | 1 | 15B | 61 | 3E |
| Octal | 374 | 101 | 150 | 0 | 112 | 73 | 1 | 533 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1101000 | 0 | 1001010 | 111011 | 1 | 101011011 | 1100001 | 111110 |
Color Harmonies of #FC4168
Complementary color
Monochromatic Colors of #FC4168
Black with #FC4168
Text Example
Text Example
White with #FC4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4168; }
p { color: rgb(252,65,104); }
H1.HeaderClassName
{
color: #FC4168;
}
.AnyTagClassName
{
color: #FC4168;
}
</style>
background-color css
<style>
a { background-color: #FC4168; }
a { background-color: rgb(252,65,104); }
div.DivClassName
{
background-color: #FC4168;
}
.BgClassName
{
background-color: #FC4168;
}
</style>
border-color css
<style>
span { border-color: #FC4168; }
span { border-color: rgb(252,65,104); }
td.TdClassName
{
border-color: #FC4168;
}
.TagClassName
{
border-color: #FC4168;
}
</style>