Shades of Radical Red #F3434D
Tints of Radical Red #F3434D
RGB
CMYK
RGB Variations
Color information
#F3434D (or 0xF3434D) is known color: Radical Red. HEX triplet: F3, 43 and 4D. RGB value is (243,67,77). Sum of RGB (Red+Green+Blue) = 243+67+77=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F3434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3434D is #0CBCB2. Grayscale: #787878. Windows color (decimal): -834739 or 5063667. OLE color: 5063667.
HSL color Cylindrical-coordinate representation of color #F3434D: hue angle of 356.59º 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 #F3434D is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 77 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.05 |
| HSL | 356.59º | 0.88% | 0.61% | - |
| HSV(B) | 356.59º | 0.72% | 0.95% | - |
| XYZ | 40.31 | 23.6 | 9.45 | - |
| YUV | 120.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 77 | 0 | 0.72 | 0.68 | 0.05 | 356.59 | 0.88 | 0.61 |
| Hex | F3 | 43 | 4D | 0 | 48 | 44 | 5 | 165 | 58 | 3D |
| Octal | 363 | 103 | 115 | 0 | 110 | 104 | 5 | 545 | 130 | 75 |
| Binary | 11110011 | 1000011 | 1001101 | 0 | 1001000 | 1000100 | 101 | 101100101 | 1011000 | 111101 |
Color Harmonies of #F3434D
Complementary color
Monochromatic Colors of #F3434D
Black with #F3434D
Text Example
Text Example
White with #F3434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3434D; }
p { color: rgb(243,67,77); }
H1.HeaderClassName
{
color: #F3434D;
}
.AnyTagClassName
{
color: #F3434D;
}
</style>
background-color css
<style>
a { background-color: #F3434D; }
a { background-color: rgb(243,67,77); }
div.DivClassName
{
background-color: #F3434D;
}
.BgClassName
{
background-color: #F3434D;
}
</style>
border-color css
<style>
span { border-color: #F3434D; }
span { border-color: rgb(243,67,77); }
td.TdClassName
{
border-color: #F3434D;
}
.TagClassName
{
border-color: #F3434D;
}
</style>