Shades of Radical Red #F33B5C
Tints of Radical Red #F33B5C
RGB
CMYK
RGB Variations
Color information
#F33B5C (or 0xF33B5C) is known color: Radical Red. HEX triplet: F3, 3B and 5C. RGB value is (243,59,92). Sum of RGB (Red+Green+Blue) = 243+59+92=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F33B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33B5C is #0CC4A3. Grayscale: #757575. Windows color (decimal): -836772 or 6044659. OLE color: 6044659.
HSL color Cylindrical-coordinate representation of color #F33B5C: hue angle of 349.24º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33B5C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 92 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.05 |
| HSL | 349.24º | 0.88% | 0.59% | - |
| HSV(B) | 349.24º | 0.76% | 0.95% | - |
| XYZ | 40.46 | 22.96 | 12.42 | - |
| YUV | 117.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 92 | 0 | 0.76 | 0.62 | 0.05 | 349.24 | 0.88 | 0.59 |
| Hex | F3 | 3B | 5C | 0 | 4C | 3E | 5 | 15D | 58 | 3B |
| Octal | 363 | 73 | 134 | 0 | 114 | 76 | 5 | 535 | 130 | 73 |
| Binary | 11110011 | 111011 | 1011100 | 0 | 1001100 | 111110 | 101 | 101011101 | 1011000 | 111011 |
Color Harmonies of #F33B5C
Complementary color
Monochromatic Colors of #F33B5C
Black with #F33B5C
Text Example
Text Example
White with #F33B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33B5C; }
p { color: rgb(243,59,92); }
H1.HeaderClassName
{
color: #F33B5C;
}
.AnyTagClassName
{
color: #F33B5C;
}
</style>
background-color css
<style>
a { background-color: #F33B5C; }
a { background-color: rgb(243,59,92); }
div.DivClassName
{
background-color: #F33B5C;
}
.BgClassName
{
background-color: #F33B5C;
}
</style>
border-color css
<style>
span { border-color: #F33B5C; }
span { border-color: rgb(243,59,92); }
td.TdClassName
{
border-color: #F33B5C;
}
.TagClassName
{
border-color: #F33B5C;
}
</style>