Shades of Radical Red #F34263
Tints of Radical Red #F34263
RGB
CMYK
RGB Variations
Color information
#F34263 (or 0xF34263) is known color: Radical Red. HEX triplet: F3, 42 and 63. RGB value is (243,66,99). Sum of RGB (Red+Green+Blue) = 243+66+99=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F34263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34263 is #0CBD9C. Grayscale: #7A7A7A. Windows color (decimal): -834973 or 6505203. OLE color: 6505203.
HSL color Cylindrical-coordinate representation of color #F34263: hue angle of 348.81º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34263 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 99 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.05 |
| HSL | 348.81º | 0.88% | 0.61% | - |
| HSV(B) | 348.81º | 0.73% | 0.95% | - |
| XYZ | 41.16 | 23.85 | 14.24 | - |
| YUV | 122.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 99 | 0 | 0.73 | 0.59 | 0.05 | 348.81 | 0.88 | 0.61 |
| Hex | F3 | 42 | 63 | 0 | 49 | 3B | 5 | 15D | 58 | 3D |
| Octal | 363 | 102 | 143 | 0 | 111 | 73 | 5 | 535 | 130 | 75 |
| Binary | 11110011 | 1000010 | 1100011 | 0 | 1001001 | 111011 | 101 | 101011101 | 1011000 | 111101 |
Color Harmonies of #F34263
Complementary color
Monochromatic Colors of #F34263
Black with #F34263
Text Example
Text Example
White with #F34263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34263; }
p { color: rgb(243,66,99); }
H1.HeaderClassName
{
color: #F34263;
}
.AnyTagClassName
{
color: #F34263;
}
</style>
background-color css
<style>
a { background-color: #F34263; }
a { background-color: rgb(243,66,99); }
div.DivClassName
{
background-color: #F34263;
}
.BgClassName
{
background-color: #F34263;
}
</style>
border-color css
<style>
span { border-color: #F34263; }
span { border-color: rgb(243,66,99); }
td.TdClassName
{
border-color: #F34263;
}
.TagClassName
{
border-color: #F34263;
}
</style>