Shades of Radical Red #F3416B
Tints of Radical Red #F3416B
RGB
CMYK
RGB Variations
Color information
#F3416B (or 0xF3416B) is known color: Radical Red. HEX triplet: F3, 41 and 6B. RGB value is (243,65,107). Sum of RGB (Red+Green+Blue) = 243+65+107=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F3416B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3416B is #0CBE94. Grayscale: #7B7B7B. Windows color (decimal): -835221 or 7029235. OLE color: 7029235.
HSL color Cylindrical-coordinate representation of color #F3416B: hue angle of 345.84º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3416B is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 107 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.05 |
| HSL | 345.84º | 0.88% | 0.6% | - |
| HSV(B) | 345.84º | 0.73% | 0.95% | - |
| XYZ | 41.51 | 23.9 | 16.33 | - |
| YUV | 123.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 107 | 0 | 0.73 | 0.56 | 0.05 | 345.84 | 0.88 | 0.6 |
| Hex | F3 | 41 | 6B | 0 | 49 | 38 | 5 | 15A | 58 | 3C |
| Octal | 363 | 101 | 153 | 0 | 111 | 70 | 5 | 532 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1101011 | 0 | 1001001 | 111000 | 101 | 101011010 | 1011000 | 111100 |
Color Harmonies of #F3416B
Complementary color
Monochromatic Colors of #F3416B
Black with #F3416B
Text Example
Text Example
White with #F3416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3416B; }
p { color: rgb(243,65,107); }
H1.HeaderClassName
{
color: #F3416B;
}
.AnyTagClassName
{
color: #F3416B;
}
</style>
background-color css
<style>
a { background-color: #F3416B; }
a { background-color: rgb(243,65,107); }
div.DivClassName
{
background-color: #F3416B;
}
.BgClassName
{
background-color: #F3416B;
}
</style>
border-color css
<style>
span { border-color: #F3416B; }
span { border-color: rgb(243,65,107); }
td.TdClassName
{
border-color: #F3416B;
}
.TagClassName
{
border-color: #F3416B;
}
</style>