Shades of Radical Red #F3515C
Tints of Radical Red #F3515C
RGB
CMYK
RGB Variations
Color information
#F3515C (or 0xF3515C) is known color: Radical Red. HEX triplet: F3, 51 and 5C. RGB value is (243,81,92). Sum of RGB (Red+Green+Blue) = 243+81+92=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F3515C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3515C is #0CAEA3. Grayscale: #828282. Windows color (decimal): -831140 or 6050291. OLE color: 6050291.
HSL color Cylindrical-coordinate representation of color #F3515C: hue angle of 355.93º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F3515C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 92 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.05 |
| HSL | 355.93º | 0.87% | 0.64% | - |
| HSV(B) | 355.93º | 0.67% | 0.95% | - |
| XYZ | 41.84 | 25.71 | 12.88 | - |
| YUV | 130.69 | 106.17 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 92 | 0 | 0.67 | 0.62 | 0.05 | 355.93 | 0.87 | 0.64 |
| Hex | F3 | 51 | 5C | 0 | 43 | 3E | 5 | 164 | 57 | 40 |
| Octal | 363 | 121 | 134 | 0 | 103 | 76 | 5 | 544 | 127 | 100 |
| Binary | 11110011 | 1010001 | 1011100 | 0 | 1000011 | 111110 | 101 | 101100100 | 1010111 | 1000000 |
Color Harmonies of #F3515C
Complementary color
Monochromatic Colors of #F3515C
Black with #F3515C
Text Example
Text Example
White with #F3515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3515C; }
p { color: rgb(243,81,92); }
H1.HeaderClassName
{
color: #F3515C;
}
.AnyTagClassName
{
color: #F3515C;
}
</style>
background-color css
<style>
a { background-color: #F3515C; }
a { background-color: rgb(243,81,92); }
div.DivClassName
{
background-color: #F3515C;
}
.BgClassName
{
background-color: #F3515C;
}
</style>
border-color css
<style>
span { border-color: #F3515C; }
span { border-color: rgb(243,81,92); }
td.TdClassName
{
border-color: #F3515C;
}
.TagClassName
{
border-color: #F3515C;
}
</style>