Shades of Radical Red #F3255E
Tints of Radical Red #F3255E
RGB
CMYK
RGB Variations
Color information
#F3255E (or 0xF3255E) is known color: Radical Red. HEX triplet: F3, 25 and 5E. RGB value is (243,37,94). Sum of RGB (Red+Green+Blue) = 243+37+94=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F3255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3255E is #0CDAA1. Grayscale: #696969. Windows color (decimal): -842402 or 6170099. OLE color: 6170099.
HSL color Cylindrical-coordinate representation of color #F3255E: hue angle of 343.4º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3255E is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 94 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.05 |
| HSL | 343.4º | 0.9% | 0.55% | - |
| HSV(B) | 343.4º | 0.85% | 0.95% | - |
| XYZ | 39.64 | 21.19 | 12.59 | - |
| YUV | 105.09 | 121.75 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 94 | 0 | 0.85 | 0.61 | 0.05 | 343.4 | 0.9 | 0.55 |
| Hex | F3 | 25 | 5E | 0 | 55 | 3D | 5 | 157 | 5A | 37 |
| Octal | 363 | 45 | 136 | 0 | 125 | 75 | 5 | 527 | 132 | 67 |
| Binary | 11110011 | 100101 | 1011110 | 0 | 1010101 | 111101 | 101 | 101010111 | 1011010 | 110111 |
Color Harmonies of #F3255E
Complementary color
Monochromatic Colors of #F3255E
Black with #F3255E
Text Example
Text Example
White with #F3255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3255E; }
p { color: rgb(243,37,94); }
H1.HeaderClassName
{
color: #F3255E;
}
.AnyTagClassName
{
color: #F3255E;
}
</style>
background-color css
<style>
a { background-color: #F3255E; }
a { background-color: rgb(243,37,94); }
div.DivClassName
{
background-color: #F3255E;
}
.BgClassName
{
background-color: #F3255E;
}
</style>
border-color css
<style>
span { border-color: #F3255E; }
span { border-color: rgb(243,37,94); }
td.TdClassName
{
border-color: #F3255E;
}
.TagClassName
{
border-color: #F3255E;
}
</style>