Shades of Radical Red #F2346B
Tints of Radical Red #F2346B
RGB
CMYK
RGB Variations
Color information
#F2346B (or 0xF2346B) is known color: Radical Red. HEX triplet: F2, 34 and 6B. RGB value is (242,52,107). Sum of RGB (Red+Green+Blue) = 242+52+107=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2346B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2346B is #0DCB94. Grayscale: #737373. Windows color (decimal): -904085 or 7025906. OLE color: 7025906.
HSL color Cylindrical-coordinate representation of color #F2346B: hue angle of 342.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2346B is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 107 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.05 |
| HSL | 342.63º | 0.88% | 0.58% | - |
| HSV(B) | 342.63º | 0.79% | 0.95% | - |
| XYZ | 40.5 | 22.39 | 16.1 | - |
| YUV | 115.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 107 | 0 | 0.79 | 0.56 | 0.05 | 342.63 | 0.88 | 0.58 |
| Hex | F2 | 34 | 6B | 0 | 4F | 38 | 5 | 157 | 58 | 3A |
| Octal | 362 | 64 | 153 | 0 | 117 | 70 | 5 | 527 | 130 | 72 |
| Binary | 11110010 | 110100 | 1101011 | 0 | 1001111 | 111000 | 101 | 101010111 | 1011000 | 111010 |
Color Harmonies of #F2346B
Complementary color
Monochromatic Colors of #F2346B
Black with #F2346B
Text Example
Text Example
White with #F2346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2346B; }
p { color: rgb(242,52,107); }
H1.HeaderClassName
{
color: #F2346B;
}
.AnyTagClassName
{
color: #F2346B;
}
</style>
background-color css
<style>
a { background-color: #F2346B; }
a { background-color: rgb(242,52,107); }
div.DivClassName
{
background-color: #F2346B;
}
.BgClassName
{
background-color: #F2346B;
}
</style>
border-color css
<style>
span { border-color: #F2346B; }
span { border-color: rgb(242,52,107); }
td.TdClassName
{
border-color: #F2346B;
}
.TagClassName
{
border-color: #F2346B;
}
</style>