Shades of Radical Red #F34458
Tints of Radical Red #F34458
RGB
CMYK
RGB Variations
Color information
#F34458 (or 0xF34458) is known color: Radical Red. HEX triplet: F3, 44 and 58. RGB value is (243,68,88). Sum of RGB (Red+Green+Blue) = 243+68+88=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F34458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34458 is #0CBBA7. Grayscale: #7A7A7A. Windows color (decimal): -834472 or 5784819. OLE color: 5784819.
HSL color Cylindrical-coordinate representation of color #F34458: hue angle of 353.14º 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 #F34458 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 88 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.05 |
| HSL | 353.14º | 0.88% | 0.61% | - |
| HSV(B) | 353.14º | 0.72% | 0.95% | - |
| XYZ | 40.79 | 23.89 | 11.69 | - |
| YUV | 122.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 88 | 0 | 0.72 | 0.64 | 0.05 | 353.14 | 0.88 | 0.61 |
| Hex | F3 | 44 | 58 | 0 | 48 | 40 | 5 | 161 | 58 | 3D |
| Octal | 363 | 104 | 130 | 0 | 110 | 100 | 5 | 541 | 130 | 75 |
| Binary | 11110011 | 1000100 | 1011000 | 0 | 1001000 | 1000000 | 101 | 101100001 | 1011000 | 111101 |
Color Harmonies of #F34458
Complementary color
Monochromatic Colors of #F34458
Black with #F34458
Text Example
Text Example
White with #F34458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34458; }
p { color: rgb(243,68,88); }
H1.HeaderClassName
{
color: #F34458;
}
.AnyTagClassName
{
color: #F34458;
}
</style>
background-color css
<style>
a { background-color: #F34458; }
a { background-color: rgb(243,68,88); }
div.DivClassName
{
background-color: #F34458;
}
.BgClassName
{
background-color: #F34458;
}
</style>
border-color css
<style>
span { border-color: #F34458; }
span { border-color: rgb(243,68,88); }
td.TdClassName
{
border-color: #F34458;
}
.TagClassName
{
border-color: #F34458;
}
</style>