Shades of Radical Red #F2436A
Tints of Radical Red #F2436A
RGB
CMYK
RGB Variations
Color information
#F2436A (or 0xF2436A) is known color: Radical Red. HEX triplet: F2, 43 and 6A. RGB value is (242,67,106). Sum of RGB (Red+Green+Blue) = 242+67+106=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2436A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2436A is #0DBC95. Grayscale: #7B7B7B. Windows color (decimal): -900246 or 6964210. OLE color: 6964210.
HSL color Cylindrical-coordinate representation of color #F2436A: hue angle of 346.63º degrees, saturation: 0.87, 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 #F2436A is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 106 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.05 |
| HSL | 346.63º | 0.87% | 0.61% | - |
| HSV(B) | 346.63º | 0.72% | 0.95% | - |
| XYZ | 41.23 | 23.93 | 16.08 | - |
| YUV | 123.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 106 | 0 | 0.72 | 0.56 | 0.05 | 346.63 | 0.87 | 0.61 |
| Hex | F2 | 43 | 6A | 0 | 48 | 38 | 5 | 15B | 57 | 3D |
| Octal | 362 | 103 | 152 | 0 | 110 | 70 | 5 | 533 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1101010 | 0 | 1001000 | 111000 | 101 | 101011011 | 1010111 | 111101 |
Color Harmonies of #F2436A
Complementary color
Monochromatic Colors of #F2436A
Black with #F2436A
Text Example
Text Example
White with #F2436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2436A; }
p { color: rgb(242,67,106); }
H1.HeaderClassName
{
color: #F2436A;
}
.AnyTagClassName
{
color: #F2436A;
}
</style>
background-color css
<style>
a { background-color: #F2436A; }
a { background-color: rgb(242,67,106); }
div.DivClassName
{
background-color: #F2436A;
}
.BgClassName
{
background-color: #F2436A;
}
</style>
border-color css
<style>
span { border-color: #F2436A; }
span { border-color: rgb(242,67,106); }
td.TdClassName
{
border-color: #F2436A;
}
.TagClassName
{
border-color: #F2436A;
}
</style>