Shades of Radical Red #FC266B
Tints of Radical Red #FC266B
RGB
CMYK
RGB Variations
Color information
#FC266B (or 0xFC266B) is known color: Radical Red. HEX triplet: FC, 26 and 6B. RGB value is (252,38,107). Sum of RGB (Red+Green+Blue) = 252+38+107=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC266B is #03D994. Grayscale: #6D6D6D. Windows color (decimal): -252309 or 7022332. OLE color: 7022332.
HSL color Cylindrical-coordinate representation of color #FC266B: hue angle of 340.65º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC266B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 107 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.01 |
| HSL | 340.65º | 0.97% | 0.57% | - |
| HSV(B) | 340.65º | 0.85% | 0.99% | - |
| XYZ | 43.49 | 23.14 | 16.08 | - |
| YUV | 109.85 | 126.4 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 107 | 0 | 0.85 | 0.58 | 0.01 | 340.65 | 0.97 | 0.57 |
| Hex | FC | 26 | 6B | 0 | 55 | 3A | 1 | 155 | 61 | 39 |
| Octal | 374 | 46 | 153 | 0 | 125 | 72 | 1 | 525 | 141 | 71 |
| Binary | 11111100 | 100110 | 1101011 | 0 | 1010101 | 111010 | 1 | 101010101 | 1100001 | 111001 |
Color Harmonies of #FC266B
Complementary color
Monochromatic Colors of #FC266B
Black with #FC266B
Text Example
Text Example
White with #FC266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC266B; }
p { color: rgb(252,38,107); }
H1.HeaderClassName
{
color: #FC266B;
}
.AnyTagClassName
{
color: #FC266B;
}
</style>
background-color css
<style>
a { background-color: #FC266B; }
a { background-color: rgb(252,38,107); }
div.DivClassName
{
background-color: #FC266B;
}
.BgClassName
{
background-color: #FC266B;
}
</style>
border-color css
<style>
span { border-color: #FC266B; }
span { border-color: rgb(252,38,107); }
td.TdClassName
{
border-color: #FC266B;
}
.TagClassName
{
border-color: #FC266B;
}
</style>