Shades of Radical Red #F3425D
Tints of Radical Red #F3425D
RGB
CMYK
RGB Variations
Color information
#F3425D (or 0xF3425D) is known color: Radical Red. HEX triplet: F3, 42 and 5D. RGB value is (243,66,93). Sum of RGB (Red+Green+Blue) = 243+66+93=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F3425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3425D is #0CBDA2. Grayscale: #7A7A7A. Windows color (decimal): -834979 or 6111987. OLE color: 6111987.
HSL color Cylindrical-coordinate representation of color #F3425D: hue angle of 350.85º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3425D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 93 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.05 |
| HSL | 350.85º | 0.88% | 0.61% | - |
| HSV(B) | 350.85º | 0.73% | 0.95% | - |
| XYZ | 40.89 | 23.74 | 12.78 | - |
| YUV | 122 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 93 | 0 | 0.73 | 0.62 | 0.05 | 350.85 | 0.88 | 0.61 |
| Hex | F3 | 42 | 5D | 0 | 49 | 3E | 5 | 15F | 58 | 3D |
| Octal | 363 | 102 | 135 | 0 | 111 | 76 | 5 | 537 | 130 | 75 |
| Binary | 11110011 | 1000010 | 1011101 | 0 | 1001001 | 111110 | 101 | 101011111 | 1011000 | 111101 |
Color Harmonies of #F3425D
Complementary color
Monochromatic Colors of #F3425D
Black with #F3425D
Text Example
Text Example
White with #F3425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3425D; }
p { color: rgb(243,66,93); }
H1.HeaderClassName
{
color: #F3425D;
}
.AnyTagClassName
{
color: #F3425D;
}
</style>
background-color css
<style>
a { background-color: #F3425D; }
a { background-color: rgb(243,66,93); }
div.DivClassName
{
background-color: #F3425D;
}
.BgClassName
{
background-color: #F3425D;
}
</style>
border-color css
<style>
span { border-color: #F3425D; }
span { border-color: rgb(243,66,93); }
td.TdClassName
{
border-color: #F3425D;
}
.TagClassName
{
border-color: #F3425D;
}
</style>