Shades of Radical Red #F35256
Tints of Radical Red #F35256
RGB
CMYK
RGB Variations
Color information
#F35256 (or 0xF35256) is known color: Radical Red. HEX triplet: F3, 52 and 56. RGB value is (243,82,86). Sum of RGB (Red+Green+Blue) = 243+82+86=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F35256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35256 is #0CADA9. Grayscale: #828282. Windows color (decimal): -830890 or 5657331. OLE color: 5657331.
HSL color Cylindrical-coordinate representation of color #F35256: hue angle of 358.51º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F35256 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 86 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.05 |
| HSL | 358.51º | 0.87% | 0.64% | - |
| HSV(B) | 358.51º | 0.66% | 0.95% | - |
| XYZ | 41.66 | 25.76 | 11.58 | - |
| YUV | 130.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 86 | 0 | 0.66 | 0.65 | 0.05 | 358.51 | 0.87 | 0.64 |
| Hex | F3 | 52 | 56 | 0 | 42 | 41 | 5 | 167 | 57 | 40 |
| Octal | 363 | 122 | 126 | 0 | 102 | 101 | 5 | 547 | 127 | 100 |
| Binary | 11110011 | 1010010 | 1010110 | 0 | 1000010 | 1000001 | 101 | 101100111 | 1010111 | 1000000 |
Color Harmonies of #F35256
Complementary color
Monochromatic Colors of #F35256
Black with #F35256
Text Example
Text Example
White with #F35256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35256; }
p { color: rgb(243,82,86); }
H1.HeaderClassName
{
color: #F35256;
}
.AnyTagClassName
{
color: #F35256;
}
</style>
background-color css
<style>
a { background-color: #F35256; }
a { background-color: rgb(243,82,86); }
div.DivClassName
{
background-color: #F35256;
}
.BgClassName
{
background-color: #F35256;
}
</style>
border-color css
<style>
span { border-color: #F35256; }
span { border-color: rgb(243,82,86); }
td.TdClassName
{
border-color: #F35256;
}
.TagClassName
{
border-color: #F35256;
}
</style>