Shades of Radical Red #F3376A
Tints of Radical Red #F3376A
RGB
CMYK
RGB Variations
Color information
#F3376A (or 0xF3376A) is known color: Radical Red. HEX triplet: F3, 37 and 6A. RGB value is (243,55,106). Sum of RGB (Red+Green+Blue) = 243+55+106=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F3376A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3376A is #0CC895. Grayscale: #757575. Windows color (decimal): -837782 or 6961139. OLE color: 6961139.
HSL color Cylindrical-coordinate representation of color #F3376A: hue angle of 343.72º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3376A is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 106 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.05 |
| HSL | 343.72º | 0.89% | 0.58% | - |
| HSV(B) | 343.72º | 0.77% | 0.95% | - |
| XYZ | 40.93 | 22.83 | 15.88 | - |
| YUV | 117.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 106 | 0 | 0.77 | 0.56 | 0.05 | 343.72 | 0.89 | 0.58 |
| Hex | F3 | 37 | 6A | 0 | 4D | 38 | 5 | 158 | 59 | 3A |
| Octal | 363 | 67 | 152 | 0 | 115 | 70 | 5 | 530 | 131 | 72 |
| Binary | 11110011 | 110111 | 1101010 | 0 | 1001101 | 111000 | 101 | 101011000 | 1011001 | 111010 |
Color Harmonies of #F3376A
Complementary color
Monochromatic Colors of #F3376A
Black with #F3376A
Text Example
Text Example
White with #F3376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3376A; }
p { color: rgb(243,55,106); }
H1.HeaderClassName
{
color: #F3376A;
}
.AnyTagClassName
{
color: #F3376A;
}
</style>
background-color css
<style>
a { background-color: #F3376A; }
a { background-color: rgb(243,55,106); }
div.DivClassName
{
background-color: #F3376A;
}
.BgClassName
{
background-color: #F3376A;
}
</style>
border-color css
<style>
span { border-color: #F3376A; }
span { border-color: rgb(243,55,106); }
td.TdClassName
{
border-color: #F3376A;
}
.TagClassName
{
border-color: #F3376A;
}
</style>