Shades of Radical Red #F3435E
Tints of Radical Red #F3435E
RGB
CMYK
RGB Variations
Color information
#F3435E (or 0xF3435E) is known color: Radical Red. HEX triplet: F3, 43 and 5E. RGB value is (243,67,94). Sum of RGB (Red+Green+Blue) = 243+67+94=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F3435E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3435E is #0CBCA1. Grayscale: #7A7A7A. Windows color (decimal): -834722 or 6177779. OLE color: 6177779.
HSL color Cylindrical-coordinate representation of color #F3435E: hue angle of 350.8º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F3435E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 94 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.05 |
| HSL | 350.8º | 0.88% | 0.61% | - |
| HSV(B) | 350.8º | 0.72% | 0.95% | - |
| XYZ | 40.99 | 23.88 | 13.04 | - |
| YUV | 122.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 94 | 0 | 0.72 | 0.61 | 0.05 | 350.8 | 0.88 | 0.61 |
| Hex | F3 | 43 | 5E | 0 | 48 | 3D | 5 | 15F | 58 | 3D |
| Octal | 363 | 103 | 136 | 0 | 110 | 75 | 5 | 537 | 130 | 75 |
| Binary | 11110011 | 1000011 | 1011110 | 0 | 1001000 | 111101 | 101 | 101011111 | 1011000 | 111101 |
Color Harmonies of #F3435E
Complementary color
Monochromatic Colors of #F3435E
Black with #F3435E
Text Example
Text Example
White with #F3435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3435E; }
p { color: rgb(243,67,94); }
H1.HeaderClassName
{
color: #F3435E;
}
.AnyTagClassName
{
color: #F3435E;
}
</style>
background-color css
<style>
a { background-color: #F3435E; }
a { background-color: rgb(243,67,94); }
div.DivClassName
{
background-color: #F3435E;
}
.BgClassName
{
background-color: #F3435E;
}
</style>
border-color css
<style>
span { border-color: #F3435E; }
span { border-color: rgb(243,67,94); }
td.TdClassName
{
border-color: #F3435E;
}
.TagClassName
{
border-color: #F3435E;
}
</style>