Shades of Radical Red #F23967
Tints of Radical Red #F23967
RGB
CMYK
RGB Variations
Color information
#F23967 (or 0xF23967) is known color: Radical Red. HEX triplet: F2, 39 and 67. RGB value is (242,57,103). Sum of RGB (Red+Green+Blue) = 242+57+103=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F23967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23967 is #0DC698. Grayscale: #757575. Windows color (decimal): -902809 or 6765042. OLE color: 6765042.
HSL color Cylindrical-coordinate representation of color #F23967: hue angle of 345.08º 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 #F23967 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 103 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.05 |
| HSL | 345.08º | 0.88% | 0.59% | - |
| HSV(B) | 345.08º | 0.76% | 0.95% | - |
| XYZ | 40.53 | 22.78 | 15.09 | - |
| YUV | 117.56 | 119.79 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 103 | 0 | 0.76 | 0.57 | 0.05 | 345.08 | 0.88 | 0.59 |
| Hex | F2 | 39 | 67 | 0 | 4C | 39 | 5 | 159 | 58 | 3B |
| Octal | 362 | 71 | 147 | 0 | 114 | 71 | 5 | 531 | 130 | 73 |
| Binary | 11110010 | 111001 | 1100111 | 0 | 1001100 | 111001 | 101 | 101011001 | 1011000 | 111011 |
Color Harmonies of #F23967
Complementary color
Monochromatic Colors of #F23967
Black with #F23967
Text Example
Text Example
White with #F23967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23967; }
p { color: rgb(242,57,103); }
H1.HeaderClassName
{
color: #F23967;
}
.AnyTagClassName
{
color: #F23967;
}
</style>
background-color css
<style>
a { background-color: #F23967; }
a { background-color: rgb(242,57,103); }
div.DivClassName
{
background-color: #F23967;
}
.BgClassName
{
background-color: #F23967;
}
</style>
border-color css
<style>
span { border-color: #F23967; }
span { border-color: rgb(242,57,103); }
td.TdClassName
{
border-color: #F23967;
}
.TagClassName
{
border-color: #F23967;
}
</style>