Shades of Radical Red #F33D5B
Tints of Radical Red #F33D5B
RGB
CMYK
RGB Variations
Color information
#F33D5B (or 0xF33D5B) is known color: Radical Red. HEX triplet: F3, 3D and 5B. RGB value is (243,61,91). Sum of RGB (Red+Green+Blue) = 243+61+91=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D5B is #0CC2A4. Grayscale: #767676. Windows color (decimal): -836261 or 5979635. OLE color: 5979635.
HSL color Cylindrical-coordinate representation of color #F33D5B: hue angle of 350.11º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33D5B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 91 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.05 |
| HSL | 350.11º | 0.88% | 0.6% | - |
| HSV(B) | 350.11º | 0.75% | 0.95% | - |
| XYZ | 40.52 | 23.15 | 12.23 | - |
| YUV | 118.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 91 | 0 | 0.75 | 0.63 | 0.05 | 350.11 | 0.88 | 0.6 |
| Hex | F3 | 3D | 5B | 0 | 4B | 3F | 5 | 15E | 58 | 3C |
| Octal | 363 | 75 | 133 | 0 | 113 | 77 | 5 | 536 | 130 | 74 |
| Binary | 11110011 | 111101 | 1011011 | 0 | 1001011 | 111111 | 101 | 101011110 | 1011000 | 111100 |
Color Harmonies of #F33D5B
Complementary color
Monochromatic Colors of #F33D5B
Black with #F33D5B
Text Example
Text Example
White with #F33D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D5B; }
p { color: rgb(243,61,91); }
H1.HeaderClassName
{
color: #F33D5B;
}
.AnyTagClassName
{
color: #F33D5B;
}
</style>
background-color css
<style>
a { background-color: #F33D5B; }
a { background-color: rgb(243,61,91); }
div.DivClassName
{
background-color: #F33D5B;
}
.BgClassName
{
background-color: #F33D5B;
}
</style>
border-color css
<style>
span { border-color: #F33D5B; }
span { border-color: rgb(243,61,91); }
td.TdClassName
{
border-color: #F33D5B;
}
.TagClassName
{
border-color: #F33D5B;
}
</style>