Shades of Radical Red #F23966
Tints of Radical Red #F23966
RGB
CMYK
RGB Variations
Color information
#F23966 (or 0xF23966) is known color: Radical Red. HEX triplet: F2, 39 and 66. RGB value is (242,57,102). Sum of RGB (Red+Green+Blue) = 242+57+102=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F23966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23966 is #0DC699. Grayscale: #757575. Windows color (decimal): -902810 or 6699506. OLE color: 6699506.
HSL color Cylindrical-coordinate representation of color #F23966: hue angle of 345.41º 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 #F23966 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 102 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.05 |
| HSL | 345.41º | 0.88% | 0.59% | - |
| HSV(B) | 345.41º | 0.76% | 0.95% | - |
| XYZ | 40.48 | 22.76 | 14.83 | - |
| YUV | 117.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 102 | 0 | 0.76 | 0.58 | 0.05 | 345.41 | 0.88 | 0.59 |
| Hex | F2 | 39 | 66 | 0 | 4C | 3A | 5 | 159 | 58 | 3B |
| Octal | 362 | 71 | 146 | 0 | 114 | 72 | 5 | 531 | 130 | 73 |
| Binary | 11110010 | 111001 | 1100110 | 0 | 1001100 | 111010 | 101 | 101011001 | 1011000 | 111011 |
Color Harmonies of #F23966
Complementary color
Monochromatic Colors of #F23966
Black with #F23966
Text Example
Text Example
White with #F23966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23966; }
p { color: rgb(242,57,102); }
H1.HeaderClassName
{
color: #F23966;
}
.AnyTagClassName
{
color: #F23966;
}
</style>
background-color css
<style>
a { background-color: #F23966; }
a { background-color: rgb(242,57,102); }
div.DivClassName
{
background-color: #F23966;
}
.BgClassName
{
background-color: #F23966;
}
</style>
border-color css
<style>
span { border-color: #F23966; }
span { border-color: rgb(242,57,102); }
td.TdClassName
{
border-color: #F23966;
}
.TagClassName
{
border-color: #F23966;
}
</style>