Shades of Radical Red #FC266F
Tints of Radical Red #FC266F
RGB
CMYK
RGB Variations
Color information
#FC266F (or 0xFC266F) is known color: Radical Red. HEX triplet: FC, 26 and 6F. RGB value is (252,38,111). Sum of RGB (Red+Green+Blue) = 252+38+111=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC266F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC266F is #03D990. Grayscale: #6E6E6E. Windows color (decimal): -252305 or 7284476. OLE color: 7284476.
HSL color Cylindrical-coordinate representation of color #FC266F: hue angle of 339.53º 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 #FC266F is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 111 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.01 |
| HSL | 339.53º | 0.97% | 0.57% | - |
| HSV(B) | 339.53º | 0.85% | 0.99% | - |
| XYZ | 43.71 | 23.23 | 17.22 | - |
| YUV | 110.31 | 128.4 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 111 | 0 | 0.85 | 0.56 | 0.01 | 339.53 | 0.97 | 0.57 |
| Hex | FC | 26 | 6F | 0 | 55 | 38 | 1 | 154 | 61 | 39 |
| Octal | 374 | 46 | 157 | 0 | 125 | 70 | 1 | 524 | 141 | 71 |
| Binary | 11111100 | 100110 | 1101111 | 0 | 1010101 | 111000 | 1 | 101010100 | 1100001 | 111001 |
Color Harmonies of #FC266F
Complementary color
Monochromatic Colors of #FC266F
Black with #FC266F
Text Example
Text Example
White with #FC266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC266F; }
p { color: rgb(252,38,111); }
H1.HeaderClassName
{
color: #FC266F;
}
.AnyTagClassName
{
color: #FC266F;
}
</style>
background-color css
<style>
a { background-color: #FC266F; }
a { background-color: rgb(252,38,111); }
div.DivClassName
{
background-color: #FC266F;
}
.BgClassName
{
background-color: #FC266F;
}
</style>
border-color css
<style>
span { border-color: #FC266F; }
span { border-color: rgb(252,38,111); }
td.TdClassName
{
border-color: #FC266F;
}
.TagClassName
{
border-color: #FC266F;
}
</style>