Shades of Radical Red #F34268
Tints of Radical Red #F34268
RGB
CMYK
RGB Variations
Color information
#F34268 (or 0xF34268) is known color: Radical Red. HEX triplet: F3, 42 and 68. RGB value is (243,66,104). Sum of RGB (Red+Green+Blue) = 243+66+104=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F34268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34268 is #0CBD97. Grayscale: #7B7B7B. Windows color (decimal): -834968 or 6832883. OLE color: 6832883.
HSL color Cylindrical-coordinate representation of color #F34268: hue angle of 347.12º 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 #F34268 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 104 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.05 |
| HSL | 347.12º | 0.88% | 0.61% | - |
| HSV(B) | 347.12º | 0.73% | 0.95% | - |
| XYZ | 41.41 | 23.95 | 15.54 | - |
| YUV | 123.26 | 117.14 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 104 | 0 | 0.73 | 0.57 | 0.05 | 347.12 | 0.88 | 0.61 |
| Hex | F3 | 42 | 68 | 0 | 49 | 39 | 5 | 15B | 58 | 3D |
| Octal | 363 | 102 | 150 | 0 | 111 | 71 | 5 | 533 | 130 | 75 |
| Binary | 11110011 | 1000010 | 1101000 | 0 | 1001001 | 111001 | 101 | 101011011 | 1011000 | 111101 |
Color Harmonies of #F34268
Complementary color
Monochromatic Colors of #F34268
Black with #F34268
Text Example
Text Example
White with #F34268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34268; }
p { color: rgb(243,66,104); }
H1.HeaderClassName
{
color: #F34268;
}
.AnyTagClassName
{
color: #F34268;
}
</style>
background-color css
<style>
a { background-color: #F34268; }
a { background-color: rgb(243,66,104); }
div.DivClassName
{
background-color: #F34268;
}
.BgClassName
{
background-color: #F34268;
}
</style>
border-color css
<style>
span { border-color: #F34268; }
span { border-color: rgb(243,66,104); }
td.TdClassName
{
border-color: #F34268;
}
.TagClassName
{
border-color: #F34268;
}
</style>