Shades of Radical Red #F23B6D
Tints of Radical Red #F23B6D
RGB
CMYK
RGB Variations
Color information
#F23B6D (or 0xF23B6D) is known color: Radical Red. HEX triplet: F2, 3B and 6D. RGB value is (242,59,109). Sum of RGB (Red+Green+Blue) = 242+59+109=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23B6D is #0DC492. Grayscale: #777777. Windows color (decimal): -902291 or 7158770. OLE color: 7158770.
HSL color Cylindrical-coordinate representation of color #F23B6D: hue angle of 343.61º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23B6D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 109 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.05 |
| HSL | 343.61º | 0.88% | 0.59% | - |
| HSV(B) | 343.61º | 0.76% | 0.95% | - |
| XYZ | 40.94 | 23.11 | 16.77 | - |
| YUV | 119.42 | 122.13 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 109 | 0 | 0.76 | 0.55 | 0.05 | 343.61 | 0.88 | 0.59 |
| Hex | F2 | 3B | 6D | 0 | 4C | 37 | 5 | 158 | 58 | 3B |
| Octal | 362 | 73 | 155 | 0 | 114 | 67 | 5 | 530 | 130 | 73 |
| Binary | 11110010 | 111011 | 1101101 | 0 | 1001100 | 110111 | 101 | 101011000 | 1011000 | 111011 |
Color Harmonies of #F23B6D
Complementary color
Monochromatic Colors of #F23B6D
Black with #F23B6D
Text Example
Text Example
White with #F23B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23B6D; }
p { color: rgb(242,59,109); }
H1.HeaderClassName
{
color: #F23B6D;
}
.AnyTagClassName
{
color: #F23B6D;
}
</style>
background-color css
<style>
a { background-color: #F23B6D; }
a { background-color: rgb(242,59,109); }
div.DivClassName
{
background-color: #F23B6D;
}
.BgClassName
{
background-color: #F23B6D;
}
</style>
border-color css
<style>
span { border-color: #F23B6D; }
span { border-color: rgb(242,59,109); }
td.TdClassName
{
border-color: #F23B6D;
}
.TagClassName
{
border-color: #F23B6D;
}
</style>