Shades of Radical Red #F33268
Tints of Radical Red #F33268
RGB
CMYK
RGB Variations
Color information
#F33268 (or 0xF33268) is known color: Radical Red. HEX triplet: F3, 32 and 68. RGB value is (243,50,104). Sum of RGB (Red+Green+Blue) = 243+50+104=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F33268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33268 is #0CCD97. Grayscale: #717171. Windows color (decimal): -839064 or 6828787. OLE color: 6828787.
HSL color Cylindrical-coordinate representation of color #F33268: hue angle of 343.21º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33268 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 104 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.05 |
| HSL | 343.21º | 0.89% | 0.57% | - |
| HSV(B) | 343.21º | 0.79% | 0.95% | - |
| XYZ | 40.6 | 22.34 | 15.27 | - |
| YUV | 113.86 | 122.44 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 104 | 0 | 0.79 | 0.57 | 0.05 | 343.21 | 0.89 | 0.57 |
| Hex | F3 | 32 | 68 | 0 | 4F | 39 | 5 | 157 | 59 | 39 |
| Octal | 363 | 62 | 150 | 0 | 117 | 71 | 5 | 527 | 131 | 71 |
| Binary | 11110011 | 110010 | 1101000 | 0 | 1001111 | 111001 | 101 | 101010111 | 1011001 | 111001 |
Color Harmonies of #F33268
Complementary color
Monochromatic Colors of #F33268
Black with #F33268
Text Example
Text Example
White with #F33268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33268; }
p { color: rgb(243,50,104); }
H1.HeaderClassName
{
color: #F33268;
}
.AnyTagClassName
{
color: #F33268;
}
</style>
background-color css
<style>
a { background-color: #F33268; }
a { background-color: rgb(243,50,104); }
div.DivClassName
{
background-color: #F33268;
}
.BgClassName
{
background-color: #F33268;
}
</style>
border-color css
<style>
span { border-color: #F33268; }
span { border-color: rgb(243,50,104); }
td.TdClassName
{
border-color: #F33268;
}
.TagClassName
{
border-color: #F33268;
}
</style>