Shades of Radical Red #F34358
Tints of Radical Red #F34358
RGB
CMYK
RGB Variations
Color information
#F34358 (or 0xF34358) is known color: Radical Red. HEX triplet: F3, 43 and 58. RGB value is (243,67,88). Sum of RGB (Red+Green+Blue) = 243+67+88=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F34358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34358 is #0CBCA7. Grayscale: #7A7A7A. Windows color (decimal): -834728 or 5784563. OLE color: 5784563.
HSL color Cylindrical-coordinate representation of color #F34358: hue angle of 352.84º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F34358 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 88 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.05 |
| HSL | 352.84º | 0.88% | 0.61% | - |
| HSV(B) | 352.84º | 0.72% | 0.95% | - |
| XYZ | 40.73 | 23.77 | 11.67 | - |
| YUV | 122.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 88 | 0 | 0.72 | 0.64 | 0.05 | 352.84 | 0.88 | 0.61 |
| Hex | F3 | 43 | 58 | 0 | 48 | 40 | 5 | 161 | 58 | 3D |
| Octal | 363 | 103 | 130 | 0 | 110 | 100 | 5 | 541 | 130 | 75 |
| Binary | 11110011 | 1000011 | 1011000 | 0 | 1001000 | 1000000 | 101 | 101100001 | 1011000 | 111101 |
Color Harmonies of #F34358
Complementary color
Monochromatic Colors of #F34358
Black with #F34358
Text Example
Text Example
White with #F34358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34358; }
p { color: rgb(243,67,88); }
H1.HeaderClassName
{
color: #F34358;
}
.AnyTagClassName
{
color: #F34358;
}
</style>
background-color css
<style>
a { background-color: #F34358; }
a { background-color: rgb(243,67,88); }
div.DivClassName
{
background-color: #F34358;
}
.BgClassName
{
background-color: #F34358;
}
</style>
border-color css
<style>
span { border-color: #F34358; }
span { border-color: rgb(243,67,88); }
td.TdClassName
{
border-color: #F34358;
}
.TagClassName
{
border-color: #F34358;
}
</style>