Shades of Radical Red #F3464C
Tints of Radical Red #F3464C
RGB
CMYK
RGB Variations
Color information
#F3464C (or 0xF3464C) is known color: Radical Red. HEX triplet: F3, 46 and 4C. RGB value is (243,70,76). Sum of RGB (Red+Green+Blue) = 243+70+76=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F3464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3464C is #0CB9B3. Grayscale: #7A7A7A. Windows color (decimal): -833972 or 4998899. OLE color: 4998899.
HSL color Cylindrical-coordinate representation of color #F3464C: hue angle of 357.92º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3464C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 76 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.05 |
| HSL | 357.92º | 0.88% | 0.61% | - |
| HSV(B) | 357.92º | 0.71% | 0.95% | - |
| XYZ | 40.46 | 23.96 | 9.33 | - |
| YUV | 122.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 76 | 0 | 0.71 | 0.69 | 0.05 | 357.92 | 0.88 | 0.61 |
| Hex | F3 | 46 | 4C | 0 | 47 | 45 | 5 | 166 | 58 | 3D |
| Octal | 363 | 106 | 114 | 0 | 107 | 105 | 5 | 546 | 130 | 75 |
| Binary | 11110011 | 1000110 | 1001100 | 0 | 1000111 | 1000101 | 101 | 101100110 | 1011000 | 111101 |
Color Harmonies of #F3464C
Complementary color
Monochromatic Colors of #F3464C
Black with #F3464C
Text Example
Text Example
White with #F3464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3464C; }
p { color: rgb(243,70,76); }
H1.HeaderClassName
{
color: #F3464C;
}
.AnyTagClassName
{
color: #F3464C;
}
</style>
background-color css
<style>
a { background-color: #F3464C; }
a { background-color: rgb(243,70,76); }
div.DivClassName
{
background-color: #F3464C;
}
.BgClassName
{
background-color: #F3464C;
}
</style>
border-color css
<style>
span { border-color: #F3464C; }
span { border-color: rgb(243,70,76); }
td.TdClassName
{
border-color: #F3464C;
}
.TagClassName
{
border-color: #F3464C;
}
</style>