Shades of Radical Red #FC4165
Tints of Radical Red #FC4165
RGB
CMYK
RGB Variations
Color information
#FC4165 (or 0xFC4165) is known color: Radical Red. HEX triplet: FC, 41 and 65. RGB value is (252,65,101). Sum of RGB (Red+Green+Blue) = 252+65+101=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4165 is #03BE9A. Grayscale: #7D7D7D. Windows color (decimal): -245403 or 6636028. OLE color: 6636028.
HSL color Cylindrical-coordinate representation of color #FC4165: hue angle of 348.45º 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 #FC4165 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 101 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.01 |
| HSL | 348.45º | 0.97% | 0.62% | - |
| HSV(B) | 348.45º | 0.74% | 0.99% | - |
| XYZ | 44.38 | 25.42 | 14.88 | - |
| YUV | 125.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 101 | 0 | 0.74 | 0.60 | 0.01 | 348.45 | 0.97 | 0.62 |
| Hex | FC | 41 | 65 | 0 | 4A | 3C | 1 | 15C | 61 | 3E |
| Octal | 374 | 101 | 145 | 0 | 112 | 74 | 1 | 534 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1100101 | 0 | 1001010 | 111100 | 1 | 101011100 | 1100001 | 111110 |
Color Harmonies of #FC4165
Complementary color
Monochromatic Colors of #FC4165
Black with #FC4165
Text Example
Text Example
White with #FC4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4165; }
p { color: rgb(252,65,101); }
H1.HeaderClassName
{
color: #FC4165;
}
.AnyTagClassName
{
color: #FC4165;
}
</style>
background-color css
<style>
a { background-color: #FC4165; }
a { background-color: rgb(252,65,101); }
div.DivClassName
{
background-color: #FC4165;
}
.BgClassName
{
background-color: #FC4165;
}
</style>
border-color css
<style>
span { border-color: #FC4165; }
span { border-color: rgb(252,65,101); }
td.TdClassName
{
border-color: #FC4165;
}
.TagClassName
{
border-color: #FC4165;
}
</style>