Shades of Radical Red #F32669
Tints of Radical Red #F32669
RGB
CMYK
RGB Variations
Color information
#F32669 (or 0xF32669) is known color: Radical Red. HEX triplet: F3, 26 and 69. RGB value is (243,38,105). Sum of RGB (Red+Green+Blue) = 243+38+105=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F32669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32669 is #0CD996. Grayscale: #6A6A6A. Windows color (decimal): -842135 or 6891251. OLE color: 6891251.
HSL color Cylindrical-coordinate representation of color #F32669: hue angle of 340.39º 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 #F32669 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 105 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.05 |
| HSL | 340.39º | 0.9% | 0.55% | - |
| HSV(B) | 340.39º | 0.84% | 0.95% | - |
| XYZ | 40.21 | 21.46 | 15.39 | - |
| YUV | 106.93 | 126.92 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 105 | 0 | 0.84 | 0.57 | 0.05 | 340.39 | 0.9 | 0.55 |
| Hex | F3 | 26 | 69 | 0 | 54 | 39 | 5 | 154 | 5A | 37 |
| Octal | 363 | 46 | 151 | 0 | 124 | 71 | 5 | 524 | 132 | 67 |
| Binary | 11110011 | 100110 | 1101001 | 0 | 1010100 | 111001 | 101 | 101010100 | 1011010 | 110111 |
Color Harmonies of #F32669
Complementary color
Monochromatic Colors of #F32669
Black with #F32669
Text Example
Text Example
White with #F32669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32669; }
p { color: rgb(243,38,105); }
H1.HeaderClassName
{
color: #F32669;
}
.AnyTagClassName
{
color: #F32669;
}
</style>
background-color css
<style>
a { background-color: #F32669; }
a { background-color: rgb(243,38,105); }
div.DivClassName
{
background-color: #F32669;
}
.BgClassName
{
background-color: #F32669;
}
</style>
border-color css
<style>
span { border-color: #F32669; }
span { border-color: rgb(243,38,105); }
td.TdClassName
{
border-color: #F32669;
}
.TagClassName
{
border-color: #F32669;
}
</style>