Shades of Radical Red #F3426D
Tints of Radical Red #F3426D
RGB
CMYK
RGB Variations
Color information
#F3426D (or 0xF3426D) is known color: Radical Red. HEX triplet: F3, 42 and 6D. RGB value is (243,66,109). Sum of RGB (Red+Green+Blue) = 243+66+109=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3426D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3426D is #0CBD92. Grayscale: #7B7B7B. Windows color (decimal): -834963 or 7160563. OLE color: 7160563.
HSL color Cylindrical-coordinate representation of color #F3426D: hue angle of 345.42º 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 #F3426D is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 109 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.05 |
| HSL | 345.42º | 0.88% | 0.61% | - |
| HSV(B) | 345.42º | 0.73% | 0.95% | - |
| XYZ | 41.67 | 24.06 | 16.91 | - |
| YUV | 123.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 109 | 0 | 0.73 | 0.55 | 0.05 | 345.42 | 0.88 | 0.61 |
| Hex | F3 | 42 | 6D | 0 | 49 | 37 | 5 | 159 | 58 | 3D |
| Octal | 363 | 102 | 155 | 0 | 111 | 67 | 5 | 531 | 130 | 75 |
| Binary | 11110011 | 1000010 | 1101101 | 0 | 1001001 | 110111 | 101 | 101011001 | 1011000 | 111101 |
Color Harmonies of #F3426D
Complementary color
Monochromatic Colors of #F3426D
Black with #F3426D
Text Example
Text Example
White with #F3426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3426D; }
p { color: rgb(243,66,109); }
H1.HeaderClassName
{
color: #F3426D;
}
.AnyTagClassName
{
color: #F3426D;
}
</style>
background-color css
<style>
a { background-color: #F3426D; }
a { background-color: rgb(243,66,109); }
div.DivClassName
{
background-color: #F3426D;
}
.BgClassName
{
background-color: #F3426D;
}
</style>
border-color css
<style>
span { border-color: #F3426D; }
span { border-color: rgb(243,66,109); }
td.TdClassName
{
border-color: #F3426D;
}
.TagClassName
{
border-color: #F3426D;
}
</style>