Shades of Radical Red #F32665
Tints of Radical Red #F32665
RGB
CMYK
RGB Variations
Color information
#F32665 (or 0xF32665) is known color: Radical Red. HEX triplet: F3, 26 and 65. RGB value is (243,38,101). Sum of RGB (Red+Green+Blue) = 243+38+101=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F32665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32665 is #0CD99A. Grayscale: #6A6A6A. Windows color (decimal): -842139 or 6629107. OLE color: 6629107.
HSL color Cylindrical-coordinate representation of color #F32665: hue angle of 341.56º degrees, saturation: 0.9, 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 #F32665 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 101 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.05 |
| HSL | 341.56º | 0.9% | 0.55% | - |
| HSV(B) | 341.56º | 0.84% | 0.95% | - |
| XYZ | 40 | 21.38 | 14.33 | - |
| YUV | 106.48 | 124.92 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 101 | 0 | 0.84 | 0.58 | 0.05 | 341.56 | 0.9 | 0.55 |
| Hex | F3 | 26 | 65 | 0 | 54 | 3A | 5 | 156 | 5A | 37 |
| Octal | 363 | 46 | 145 | 0 | 124 | 72 | 5 | 526 | 132 | 67 |
| Binary | 11110011 | 100110 | 1100101 | 0 | 1010100 | 111010 | 101 | 101010110 | 1011010 | 110111 |
Color Harmonies of #F32665
Complementary color
Monochromatic Colors of #F32665
Black with #F32665
Text Example
Text Example
White with #F32665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32665; }
p { color: rgb(243,38,101); }
H1.HeaderClassName
{
color: #F32665;
}
.AnyTagClassName
{
color: #F32665;
}
</style>
background-color css
<style>
a { background-color: #F32665; }
a { background-color: rgb(243,38,101); }
div.DivClassName
{
background-color: #F32665;
}
.BgClassName
{
background-color: #F32665;
}
</style>
border-color css
<style>
span { border-color: #F32665; }
span { border-color: rgb(243,38,101); }
td.TdClassName
{
border-color: #F32665;
}
.TagClassName
{
border-color: #F32665;
}
</style>