Shades of Radical Red #F23C67
Tints of Radical Red #F23C67
RGB
CMYK
RGB Variations
Color information
#F23C67 (or 0xF23C67) is known color: Radical Red. HEX triplet: F2, 3C and 67. RGB value is (242,60,103). Sum of RGB (Red+Green+Blue) = 242+60+103=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C67 is #0DC398. Grayscale: #777777. Windows color (decimal): -902041 or 6765810. OLE color: 6765810.
HSL color Cylindrical-coordinate representation of color #F23C67: hue angle of 345.82º degrees, saturation: 0.88, 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 #F23C67 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 103 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.05 |
| HSL | 345.82º | 0.88% | 0.59% | - |
| HSV(B) | 345.82º | 0.75% | 0.95% | - |
| XYZ | 40.68 | 23.09 | 15.14 | - |
| YUV | 119.32 | 118.8 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 103 | 0 | 0.75 | 0.57 | 0.05 | 345.82 | 0.88 | 0.59 |
| Hex | F2 | 3C | 67 | 0 | 4B | 39 | 5 | 15A | 58 | 3B |
| Octal | 362 | 74 | 147 | 0 | 113 | 71 | 5 | 532 | 130 | 73 |
| Binary | 11110010 | 111100 | 1100111 | 0 | 1001011 | 111001 | 101 | 101011010 | 1011000 | 111011 |
Color Harmonies of #F23C67
Complementary color
Monochromatic Colors of #F23C67
Black with #F23C67
Text Example
Text Example
White with #F23C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C67; }
p { color: rgb(242,60,103); }
H1.HeaderClassName
{
color: #F23C67;
}
.AnyTagClassName
{
color: #F23C67;
}
</style>
background-color css
<style>
a { background-color: #F23C67; }
a { background-color: rgb(242,60,103); }
div.DivClassName
{
background-color: #F23C67;
}
.BgClassName
{
background-color: #F23C67;
}
</style>
border-color css
<style>
span { border-color: #F23C67; }
span { border-color: rgb(242,60,103); }
td.TdClassName
{
border-color: #F23C67;
}
.TagClassName
{
border-color: #F23C67;
}
</style>