Shades of Radical Red #F3485D
Tints of Radical Red #F3485D
RGB
CMYK
RGB Variations
Color information
#F3485D (or 0xF3485D) is known color: Radical Red. HEX triplet: F3, 48 and 5D. RGB value is (243,72,93). Sum of RGB (Red+Green+Blue) = 243+72+93=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F3485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3485D is #0CB7A2. Grayscale: #7D7D7D. Windows color (decimal): -833443 or 6113523. OLE color: 6113523.
HSL color Cylindrical-coordinate representation of color #F3485D: hue angle of 352.63º 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 #F3485D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 93 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.05 |
| HSL | 352.63º | 0.88% | 0.62% | - |
| HSV(B) | 352.63º | 0.7% | 0.95% | - |
| XYZ | 41.26 | 24.48 | 12.91 | - |
| YUV | 125.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 93 | 0 | 0.70 | 0.62 | 0.05 | 352.63 | 0.88 | 0.62 |
| Hex | F3 | 48 | 5D | 0 | 46 | 3E | 5 | 161 | 58 | 3E |
| Octal | 363 | 110 | 135 | 0 | 106 | 76 | 5 | 541 | 130 | 76 |
| Binary | 11110011 | 1001000 | 1011101 | 0 | 1000110 | 111110 | 101 | 101100001 | 1011000 | 111110 |
Color Harmonies of #F3485D
Complementary color
Monochromatic Colors of #F3485D
Black with #F3485D
Text Example
Text Example
White with #F3485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3485D; }
p { color: rgb(243,72,93); }
H1.HeaderClassName
{
color: #F3485D;
}
.AnyTagClassName
{
color: #F3485D;
}
</style>
background-color css
<style>
a { background-color: #F3485D; }
a { background-color: rgb(243,72,93); }
div.DivClassName
{
background-color: #F3485D;
}
.BgClassName
{
background-color: #F3485D;
}
</style>
border-color css
<style>
span { border-color: #F3485D; }
span { border-color: rgb(243,72,93); }
td.TdClassName
{
border-color: #F3485D;
}
.TagClassName
{
border-color: #F3485D;
}
</style>