Shades of Radical Red #F3315C
Tints of Radical Red #F3315C
RGB
CMYK
RGB Variations
Color information
#F3315C (or 0xF3315C) is known color: Radical Red. HEX triplet: F3, 31 and 5C. RGB value is (243,49,92). Sum of RGB (Red+Green+Blue) = 243+49+92=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3315C is #0CCEA3. Grayscale: #6F6F6F. Windows color (decimal): -839332 or 6042099. OLE color: 6042099.
HSL color Cylindrical-coordinate representation of color #F3315C: hue angle of 346.7º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3315C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 92 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.05 |
| HSL | 346.7º | 0.89% | 0.57% | - |
| HSV(B) | 346.7º | 0.8% | 0.95% | - |
| XYZ | 39.99 | 22.02 | 12.27 | - |
| YUV | 111.91 | 116.77 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 92 | 0 | 0.80 | 0.62 | 0.05 | 346.7 | 0.89 | 0.57 |
| Hex | F3 | 31 | 5C | 0 | 50 | 3E | 5 | 15B | 59 | 39 |
| Octal | 363 | 61 | 134 | 0 | 120 | 76 | 5 | 533 | 131 | 71 |
| Binary | 11110011 | 110001 | 1011100 | 0 | 1010000 | 111110 | 101 | 101011011 | 1011001 | 111001 |
Color Harmonies of #F3315C
Complementary color
Monochromatic Colors of #F3315C
Black with #F3315C
Text Example
Text Example
White with #F3315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3315C; }
p { color: rgb(243,49,92); }
H1.HeaderClassName
{
color: #F3315C;
}
.AnyTagClassName
{
color: #F3315C;
}
</style>
background-color css
<style>
a { background-color: #F3315C; }
a { background-color: rgb(243,49,92); }
div.DivClassName
{
background-color: #F3315C;
}
.BgClassName
{
background-color: #F3315C;
}
</style>
border-color css
<style>
span { border-color: #F3315C; }
span { border-color: rgb(243,49,92); }
td.TdClassName
{
border-color: #F3315C;
}
.TagClassName
{
border-color: #F3315C;
}
</style>