Shades of Radical Red #F3485E
Tints of Radical Red #F3485E
RGB
CMYK
RGB Variations
Color information
#F3485E (or 0xF3485E) is known color: Radical Red. HEX triplet: F3, 48 and 5E. RGB value is (243,72,94). Sum of RGB (Red+Green+Blue) = 243+72+94=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F3485E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3485E is #0CB7A1. Grayscale: #7D7D7D. Windows color (decimal): -833442 or 6179059. OLE color: 6179059.
HSL color Cylindrical-coordinate representation of color #F3485E: hue angle of 352.28º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3485E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 94 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.05 |
| HSL | 352.28º | 0.88% | 0.62% | - |
| HSV(B) | 352.28º | 0.7% | 0.95% | - |
| XYZ | 41.3 | 24.5 | 13.14 | - |
| YUV | 125.64 | 110.15 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 94 | 0 | 0.70 | 0.61 | 0.05 | 352.28 | 0.88 | 0.62 |
| Hex | F3 | 48 | 5E | 0 | 46 | 3D | 5 | 160 | 58 | 3E |
| Octal | 363 | 110 | 136 | 0 | 106 | 75 | 5 | 540 | 130 | 76 |
| Binary | 11110011 | 1001000 | 1011110 | 0 | 1000110 | 111101 | 101 | 101100000 | 1011000 | 111110 |
Color Harmonies of #F3485E
Complementary color
Monochromatic Colors of #F3485E
Black with #F3485E
Text Example
Text Example
White with #F3485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3485E; }
p { color: rgb(243,72,94); }
H1.HeaderClassName
{
color: #F3485E;
}
.AnyTagClassName
{
color: #F3485E;
}
</style>
background-color css
<style>
a { background-color: #F3485E; }
a { background-color: rgb(243,72,94); }
div.DivClassName
{
background-color: #F3485E;
}
.BgClassName
{
background-color: #F3485E;
}
</style>
border-color css
<style>
span { border-color: #F3485E; }
span { border-color: rgb(243,72,94); }
td.TdClassName
{
border-color: #F3485E;
}
.TagClassName
{
border-color: #F3485E;
}
</style>