Shades of Radical Red #FC326B
Tints of Radical Red #FC326B
RGB
CMYK
RGB Variations
Color information
#FC326B (or 0xFC326B) is known color: Radical Red. HEX triplet: FC, 32 and 6B. RGB value is (252,50,107). Sum of RGB (Red+Green+Blue) = 252+50+107=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC326B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC326B is #03CD94. Grayscale: #747474. Windows color (decimal): -249237 or 7025404. OLE color: 7025404.
HSL color Cylindrical-coordinate representation of color #FC326B: hue angle of 343.07º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC326B is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 107 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.01 |
| HSL | 343.07º | 0.97% | 0.59% | - |
| HSV(B) | 343.07º | 0.8% | 0.99% | - |
| XYZ | 43.94 | 24.04 | 16.23 | - |
| YUV | 116.9 | 122.42 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 107 | 0 | 0.80 | 0.58 | 0.01 | 343.07 | 0.97 | 0.59 |
| Hex | FC | 32 | 6B | 0 | 50 | 3A | 1 | 157 | 61 | 3B |
| Octal | 374 | 62 | 153 | 0 | 120 | 72 | 1 | 527 | 141 | 73 |
| Binary | 11111100 | 110010 | 1101011 | 0 | 1010000 | 111010 | 1 | 101010111 | 1100001 | 111011 |
Color Harmonies of #FC326B
Complementary color
Monochromatic Colors of #FC326B
Black with #FC326B
Text Example
Text Example
White with #FC326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC326B; }
p { color: rgb(252,50,107); }
H1.HeaderClassName
{
color: #FC326B;
}
.AnyTagClassName
{
color: #FC326B;
}
</style>
background-color css
<style>
a { background-color: #FC326B; }
a { background-color: rgb(252,50,107); }
div.DivClassName
{
background-color: #FC326B;
}
.BgClassName
{
background-color: #FC326B;
}
</style>
border-color css
<style>
span { border-color: #FC326B; }
span { border-color: rgb(252,50,107); }
td.TdClassName
{
border-color: #FC326B;
}
.TagClassName
{
border-color: #FC326B;
}
</style>