Shades of Radical Red #F3415C
Tints of Radical Red #F3415C
RGB
CMYK
RGB Variations
Color information
#F3415C (or 0xF3415C) is known color: Radical Red. HEX triplet: F3, 41 and 5C. RGB value is (243,65,92). Sum of RGB (Red+Green+Blue) = 243+65+92=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F3415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3415C is #0CBEA3. Grayscale: #797979. Windows color (decimal): -835236 or 6046195. OLE color: 6046195.
HSL color Cylindrical-coordinate representation of color #F3415C: hue angle of 350.9º 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 #F3415C is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 92 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.05 |
| HSL | 350.9º | 0.88% | 0.6% | - |
| HSV(B) | 350.9º | 0.73% | 0.95% | - |
| XYZ | 40.78 | 23.61 | 12.53 | - |
| YUV | 121.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 92 | 0 | 0.73 | 0.62 | 0.05 | 350.9 | 0.88 | 0.6 |
| Hex | F3 | 41 | 5C | 0 | 49 | 3E | 5 | 15F | 58 | 3C |
| Octal | 363 | 101 | 134 | 0 | 111 | 76 | 5 | 537 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1011100 | 0 | 1001001 | 111110 | 101 | 101011111 | 1011000 | 111100 |
Color Harmonies of #F3415C
Complementary color
Monochromatic Colors of #F3415C
Black with #F3415C
Text Example
Text Example
White with #F3415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3415C; }
p { color: rgb(243,65,92); }
H1.HeaderClassName
{
color: #F3415C;
}
.AnyTagClassName
{
color: #F3415C;
}
</style>
background-color css
<style>
a { background-color: #F3415C; }
a { background-color: rgb(243,65,92); }
div.DivClassName
{
background-color: #F3415C;
}
.BgClassName
{
background-color: #F3415C;
}
</style>
border-color css
<style>
span { border-color: #F3415C; }
span { border-color: rgb(243,65,92); }
td.TdClassName
{
border-color: #F3415C;
}
.TagClassName
{
border-color: #F3415C;
}
</style>