Shades of Radical Red #F3375A
Tints of Radical Red #F3375A
RGB
CMYK
RGB Variations
Color information
#F3375A (or 0xF3375A) is known color: Radical Red. HEX triplet: F3, 37 and 5A. RGB value is (243,55,90). Sum of RGB (Red+Green+Blue) = 243+55+90=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F3375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3375A is #0CC8A5. Grayscale: #737373. Windows color (decimal): -837798 or 5912563. OLE color: 5912563.
HSL color Cylindrical-coordinate representation of color #F3375A: hue angle of 348.83º 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 #F3375A is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 90 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.05 |
| HSL | 348.83º | 0.89% | 0.58% | - |
| HSV(B) | 348.83º | 0.77% | 0.95% | - |
| XYZ | 40.17 | 22.53 | 11.9 | - |
| YUV | 115.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 90 | 0 | 0.77 | 0.63 | 0.05 | 348.83 | 0.89 | 0.58 |
| Hex | F3 | 37 | 5A | 0 | 4D | 3F | 5 | 15D | 59 | 3A |
| Octal | 363 | 67 | 132 | 0 | 115 | 77 | 5 | 535 | 131 | 72 |
| Binary | 11110011 | 110111 | 1011010 | 0 | 1001101 | 111111 | 101 | 101011101 | 1011001 | 111010 |
Color Harmonies of #F3375A
Complementary color
Monochromatic Colors of #F3375A
Black with #F3375A
Text Example
Text Example
White with #F3375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3375A; }
p { color: rgb(243,55,90); }
H1.HeaderClassName
{
color: #F3375A;
}
.AnyTagClassName
{
color: #F3375A;
}
</style>
background-color css
<style>
a { background-color: #F3375A; }
a { background-color: rgb(243,55,90); }
div.DivClassName
{
background-color: #F3375A;
}
.BgClassName
{
background-color: #F3375A;
}
</style>
border-color css
<style>
span { border-color: #F3375A; }
span { border-color: rgb(243,55,90); }
td.TdClassName
{
border-color: #F3375A;
}
.TagClassName
{
border-color: #F3375A;
}
</style>