Shades of Radical Red #F23D67
Tints of Radical Red #F23D67
RGB
CMYK
RGB Variations
Color information
#F23D67 (or 0xF23D67) is known color: Radical Red. HEX triplet: F2, 3D and 67. RGB value is (242,61,103). Sum of RGB (Red+Green+Blue) = 242+61+103=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23D67 is #0DC298. Grayscale: #777777. Windows color (decimal): -901785 or 6766066. OLE color: 6766066.
HSL color Cylindrical-coordinate representation of color #F23D67: hue angle of 346.08º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23D67 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 103 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.05 |
| HSL | 346.08º | 0.87% | 0.59% | - |
| HSV(B) | 346.08º | 0.75% | 0.95% | - |
| XYZ | 40.73 | 23.19 | 15.16 | - |
| YUV | 119.91 | 118.47 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 103 | 0 | 0.75 | 0.57 | 0.05 | 346.08 | 0.87 | 0.59 |
| Hex | F2 | 3D | 67 | 0 | 4B | 39 | 5 | 15A | 57 | 3B |
| Octal | 362 | 75 | 147 | 0 | 113 | 71 | 5 | 532 | 127 | 73 |
| Binary | 11110010 | 111101 | 1100111 | 0 | 1001011 | 111001 | 101 | 101011010 | 1010111 | 111011 |
Color Harmonies of #F23D67
Complementary color
Monochromatic Colors of #F23D67
Black with #F23D67
Text Example
Text Example
White with #F23D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D67; }
p { color: rgb(242,61,103); }
H1.HeaderClassName
{
color: #F23D67;
}
.AnyTagClassName
{
color: #F23D67;
}
</style>
background-color css
<style>
a { background-color: #F23D67; }
a { background-color: rgb(242,61,103); }
div.DivClassName
{
background-color: #F23D67;
}
.BgClassName
{
background-color: #F23D67;
}
</style>
border-color css
<style>
span { border-color: #F23D67; }
span { border-color: rgb(242,61,103); }
td.TdClassName
{
border-color: #F23D67;
}
.TagClassName
{
border-color: #F23D67;
}
</style>