Shades of Radical Red #F32862
Tints of Radical Red #F32862
RGB
CMYK
RGB Variations
Color information
#F32862 (or 0xF32862) is known color: Radical Red. HEX triplet: F3, 28 and 62. RGB value is (243,40,98). Sum of RGB (Red+Green+Blue) = 243+40+98=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F32862 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32862 is #0CD79D. Grayscale: #6B6B6B. Windows color (decimal): -841630 or 6433011. OLE color: 6433011.
HSL color Cylindrical-coordinate representation of color #F32862: hue angle of 342.86º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32862 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 98 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.05 |
| HSL | 342.86º | 0.89% | 0.55% | - |
| HSV(B) | 342.86º | 0.84% | 0.95% | - |
| XYZ | 39.93 | 21.45 | 13.59 | - |
| YUV | 107.31 | 122.75 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 98 | 0 | 0.84 | 0.60 | 0.05 | 342.86 | 0.89 | 0.55 |
| Hex | F3 | 28 | 62 | 0 | 54 | 3C | 5 | 157 | 59 | 37 |
| Octal | 363 | 50 | 142 | 0 | 124 | 74 | 5 | 527 | 131 | 67 |
| Binary | 11110011 | 101000 | 1100010 | 0 | 1010100 | 111100 | 101 | 101010111 | 1011001 | 110111 |
Color Harmonies of #F32862
Complementary color
Monochromatic Colors of #F32862
Black with #F32862
Text Example
Text Example
White with #F32862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32862; }
p { color: rgb(243,40,98); }
H1.HeaderClassName
{
color: #F32862;
}
.AnyTagClassName
{
color: #F32862;
}
</style>
background-color css
<style>
a { background-color: #F32862; }
a { background-color: rgb(243,40,98); }
div.DivClassName
{
background-color: #F32862;
}
.BgClassName
{
background-color: #F32862;
}
</style>
border-color css
<style>
span { border-color: #F32862; }
span { border-color: rgb(243,40,98); }
td.TdClassName
{
border-color: #F32862;
}
.TagClassName
{
border-color: #F32862;
}
</style>