Shades of Radical Red #FC296B
Tints of Radical Red #FC296B
RGB
CMYK
RGB Variations
Color information
#FC296B (or 0xFC296B) is known color: Radical Red. HEX triplet: FC, 29 and 6B. RGB value is (252,41,107). Sum of RGB (Red+Green+Blue) = 252+41+107=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC296B is #03D694. Grayscale: #6F6F6F. Windows color (decimal): -251541 or 7023100. OLE color: 7023100.
HSL color Cylindrical-coordinate representation of color #FC296B: hue angle of 341.23º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC296B is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 107 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.01 |
| HSL | 341.23º | 0.97% | 0.57% | - |
| HSV(B) | 341.23º | 0.84% | 0.99% | - |
| XYZ | 43.59 | 23.34 | 16.12 | - |
| YUV | 111.61 | 125.4 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 107 | 0 | 0.84 | 0.58 | 0.01 | 341.23 | 0.97 | 0.57 |
| Hex | FC | 29 | 6B | 0 | 54 | 3A | 1 | 155 | 61 | 39 |
| Octal | 374 | 51 | 153 | 0 | 124 | 72 | 1 | 525 | 141 | 71 |
| Binary | 11111100 | 101001 | 1101011 | 0 | 1010100 | 111010 | 1 | 101010101 | 1100001 | 111001 |
Color Harmonies of #FC296B
Complementary color
Monochromatic Colors of #FC296B
Black with #FC296B
Text Example
Text Example
White with #FC296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC296B; }
p { color: rgb(252,41,107); }
H1.HeaderClassName
{
color: #FC296B;
}
.AnyTagClassName
{
color: #FC296B;
}
</style>
background-color css
<style>
a { background-color: #FC296B; }
a { background-color: rgb(252,41,107); }
div.DivClassName
{
background-color: #FC296B;
}
.BgClassName
{
background-color: #FC296B;
}
</style>
border-color css
<style>
span { border-color: #FC296B; }
span { border-color: rgb(252,41,107); }
td.TdClassName
{
border-color: #FC296B;
}
.TagClassName
{
border-color: #FC296B;
}
</style>