Shades of Radical Red #F2436B
Tints of Radical Red #F2436B
RGB
CMYK
RGB Variations
Color information
#F2436B (or 0xF2436B) is known color: Radical Red. HEX triplet: F2, 43 and 6B. RGB value is (242,67,107). Sum of RGB (Red+Green+Blue) = 242+67+107=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2436B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2436B is #0DBC94. Grayscale: #7B7B7B. Windows color (decimal): -900245 or 7029746. OLE color: 7029746.
HSL color Cylindrical-coordinate representation of color #F2436B: hue angle of 346.29º 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 #F2436B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 107 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.05 |
| HSL | 346.29º | 0.87% | 0.61% | - |
| HSV(B) | 346.29º | 0.72% | 0.95% | - |
| XYZ | 41.28 | 23.95 | 16.36 | - |
| YUV | 123.89 | 118.48 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 107 | 0 | 0.72 | 0.56 | 0.05 | 346.29 | 0.87 | 0.61 |
| Hex | F2 | 43 | 6B | 0 | 48 | 38 | 5 | 15A | 57 | 3D |
| Octal | 362 | 103 | 153 | 0 | 110 | 70 | 5 | 532 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1101011 | 0 | 1001000 | 111000 | 101 | 101011010 | 1010111 | 111101 |
Color Harmonies of #F2436B
Complementary color
Monochromatic Colors of #F2436B
Black with #F2436B
Text Example
Text Example
White with #F2436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2436B; }
p { color: rgb(242,67,107); }
H1.HeaderClassName
{
color: #F2436B;
}
.AnyTagClassName
{
color: #F2436B;
}
</style>
background-color css
<style>
a { background-color: #F2436B; }
a { background-color: rgb(242,67,107); }
div.DivClassName
{
background-color: #F2436B;
}
.BgClassName
{
background-color: #F2436B;
}
</style>
border-color css
<style>
span { border-color: #F2436B; }
span { border-color: rgb(242,67,107); }
td.TdClassName
{
border-color: #F2436B;
}
.TagClassName
{
border-color: #F2436B;
}
</style>