Shades of Radical Red #F3485A
Tints of Radical Red #F3485A
RGB
CMYK
RGB Variations
Color information
#F3485A (or 0xF3485A) is known color: Radical Red. HEX triplet: F3, 48 and 5A. RGB value is (243,72,90). Sum of RGB (Red+Green+Blue) = 243+72+90=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F3485A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3485A is #0CB7A5. Grayscale: #7D7D7D. Windows color (decimal): -833446 or 5916915. OLE color: 5916915.
HSL color Cylindrical-coordinate representation of color #F3485A: hue angle of 353.68º 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 #F3485A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 90 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.05 |
| HSL | 353.68º | 0.88% | 0.62% | - |
| HSV(B) | 353.68º | 0.7% | 0.95% | - |
| XYZ | 41.12 | 24.43 | 12.22 | - |
| YUV | 125.18 | 108.15 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 90 | 0 | 0.70 | 0.63 | 0.05 | 353.68 | 0.88 | 0.62 |
| Hex | F3 | 48 | 5A | 0 | 46 | 3F | 5 | 162 | 58 | 3E |
| Octal | 363 | 110 | 132 | 0 | 106 | 77 | 5 | 542 | 130 | 76 |
| Binary | 11110011 | 1001000 | 1011010 | 0 | 1000110 | 111111 | 101 | 101100010 | 1011000 | 111110 |
Color Harmonies of #F3485A
Complementary color
Monochromatic Colors of #F3485A
Black with #F3485A
Text Example
Text Example
White with #F3485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3485A; }
p { color: rgb(243,72,90); }
H1.HeaderClassName
{
color: #F3485A;
}
.AnyTagClassName
{
color: #F3485A;
}
</style>
background-color css
<style>
a { background-color: #F3485A; }
a { background-color: rgb(243,72,90); }
div.DivClassName
{
background-color: #F3485A;
}
.BgClassName
{
background-color: #F3485A;
}
</style>
border-color css
<style>
span { border-color: #F3485A; }
span { border-color: rgb(243,72,90); }
td.TdClassName
{
border-color: #F3485A;
}
.TagClassName
{
border-color: #F3485A;
}
</style>