Shades of Radical Red #F33768
Tints of Radical Red #F33768
RGB
CMYK
RGB Variations
Color information
#F33768 (or 0xF33768) is known color: Radical Red. HEX triplet: F3, 37 and 68. RGB value is (243,55,104). Sum of RGB (Red+Green+Blue) = 243+55+104=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F33768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33768 is #0CC897. Grayscale: #747474. Windows color (decimal): -837784 or 6830067. OLE color: 6830067.
HSL color Cylindrical-coordinate representation of color #F33768: hue angle of 344.36º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33768 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 104 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.05 |
| HSL | 344.36º | 0.89% | 0.58% | - |
| HSV(B) | 344.36º | 0.77% | 0.95% | - |
| XYZ | 40.83 | 22.79 | 15.34 | - |
| YUV | 116.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 104 | 0 | 0.77 | 0.57 | 0.05 | 344.36 | 0.89 | 0.58 |
| Hex | F3 | 37 | 68 | 0 | 4D | 39 | 5 | 158 | 59 | 3A |
| Octal | 363 | 67 | 150 | 0 | 115 | 71 | 5 | 530 | 131 | 72 |
| Binary | 11110011 | 110111 | 1101000 | 0 | 1001101 | 111001 | 101 | 101011000 | 1011001 | 111010 |
Color Harmonies of #F33768
Complementary color
Monochromatic Colors of #F33768
Black with #F33768
Text Example
Text Example
White with #F33768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33768; }
p { color: rgb(243,55,104); }
H1.HeaderClassName
{
color: #F33768;
}
.AnyTagClassName
{
color: #F33768;
}
</style>
background-color css
<style>
a { background-color: #F33768; }
a { background-color: rgb(243,55,104); }
div.DivClassName
{
background-color: #F33768;
}
.BgClassName
{
background-color: #F33768;
}
</style>
border-color css
<style>
span { border-color: #F33768; }
span { border-color: rgb(243,55,104); }
td.TdClassName
{
border-color: #F33768;
}
.TagClassName
{
border-color: #F33768;
}
</style>