Shades of Radical Red #F32769
Tints of Radical Red #F32769
RGB
CMYK
RGB Variations
Color information
#F32769 (or 0xF32769) is known color: Radical Red. HEX triplet: F3, 27 and 69. RGB value is (243,39,105). Sum of RGB (Red+Green+Blue) = 243+39+105=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F32769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32769 is #0CD896. Grayscale: #6B6B6B. Windows color (decimal): -841879 or 6891507. OLE color: 6891507.
HSL color Cylindrical-coordinate representation of color #F32769: hue angle of 340.59º 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 #F32769 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 105 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.05 |
| HSL | 340.59º | 0.89% | 0.55% | - |
| HSV(B) | 340.59º | 0.84% | 0.95% | - |
| XYZ | 40.24 | 21.53 | 15.4 | - |
| YUV | 107.52 | 126.59 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 105 | 0 | 0.84 | 0.57 | 0.05 | 340.59 | 0.89 | 0.55 |
| Hex | F3 | 27 | 69 | 0 | 54 | 39 | 5 | 155 | 59 | 37 |
| Octal | 363 | 47 | 151 | 0 | 124 | 71 | 5 | 525 | 131 | 67 |
| Binary | 11110011 | 100111 | 1101001 | 0 | 1010100 | 111001 | 101 | 101010101 | 1011001 | 110111 |
Color Harmonies of #F32769
Complementary color
Monochromatic Colors of #F32769
Black with #F32769
Text Example
Text Example
White with #F32769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32769; }
p { color: rgb(243,39,105); }
H1.HeaderClassName
{
color: #F32769;
}
.AnyTagClassName
{
color: #F32769;
}
</style>
background-color css
<style>
a { background-color: #F32769; }
a { background-color: rgb(243,39,105); }
div.DivClassName
{
background-color: #F32769;
}
.BgClassName
{
background-color: #F32769;
}
</style>
border-color css
<style>
span { border-color: #F32769; }
span { border-color: rgb(243,39,105); }
td.TdClassName
{
border-color: #F32769;
}
.TagClassName
{
border-color: #F32769;
}
</style>