Shades of Radical Red #FC4262
Tints of Radical Red #FC4262
RGB
CMYK
RGB Variations
Color information
#FC4262 (or 0xFC4262) is known color: Radical Red. HEX triplet: FC, 42 and 62. RGB value is (252,66,98). Sum of RGB (Red+Green+Blue) = 252+66+98=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4262 is #03BD9D. Grayscale: #7D7D7D. Windows color (decimal): -245150 or 6439676. OLE color: 6439676.
HSL color Cylindrical-coordinate representation of color #FC4262: hue angle of 349.68º 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 #FC4262 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 98 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.01 |
| HSL | 349.68º | 0.97% | 0.62% | - |
| HSV(B) | 349.68º | 0.74% | 0.99% | - |
| XYZ | 44.3 | 25.47 | 14.14 | - |
| YUV | 125.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 98 | 0 | 0.74 | 0.61 | 0.01 | 349.68 | 0.97 | 0.62 |
| Hex | FC | 42 | 62 | 0 | 4A | 3D | 1 | 15E | 61 | 3E |
| Octal | 374 | 102 | 142 | 0 | 112 | 75 | 1 | 536 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1100010 | 0 | 1001010 | 111101 | 1 | 101011110 | 1100001 | 111110 |
Color Harmonies of #FC4262
Complementary color
Monochromatic Colors of #FC4262
Black with #FC4262
Text Example
Text Example
White with #FC4262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4262; }
p { color: rgb(252,66,98); }
H1.HeaderClassName
{
color: #FC4262;
}
.AnyTagClassName
{
color: #FC4262;
}
</style>
background-color css
<style>
a { background-color: #FC4262; }
a { background-color: rgb(252,66,98); }
div.DivClassName
{
background-color: #FC4262;
}
.BgClassName
{
background-color: #FC4262;
}
</style>
border-color css
<style>
span { border-color: #FC4262; }
span { border-color: rgb(252,66,98); }
td.TdClassName
{
border-color: #FC4262;
}
.TagClassName
{
border-color: #FC4262;
}
</style>