Shades of Radical Red #F23965
Tints of Radical Red #F23965
RGB
CMYK
RGB Variations
Color information
#F23965 (or 0xF23965) is known color: Radical Red. HEX triplet: F2, 39 and 65. RGB value is (242,57,101). Sum of RGB (Red+Green+Blue) = 242+57+101=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F23965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23965 is #0DC69A. Grayscale: #757575. Windows color (decimal): -902811 or 6633970. OLE color: 6633970.
HSL color Cylindrical-coordinate representation of color #F23965: hue angle of 345.73º 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 #F23965 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 101 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.05 |
| HSL | 345.73º | 0.88% | 0.59% | - |
| HSV(B) | 345.73º | 0.76% | 0.95% | - |
| XYZ | 40.43 | 22.74 | 14.57 | - |
| YUV | 117.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 101 | 0 | 0.76 | 0.58 | 0.05 | 345.73 | 0.88 | 0.59 |
| Hex | F2 | 39 | 65 | 0 | 4C | 3A | 5 | 15A | 58 | 3B |
| Octal | 362 | 71 | 145 | 0 | 114 | 72 | 5 | 532 | 130 | 73 |
| Binary | 11110010 | 111001 | 1100101 | 0 | 1001100 | 111010 | 101 | 101011010 | 1011000 | 111011 |
Color Harmonies of #F23965
Complementary color
Monochromatic Colors of #F23965
Black with #F23965
Text Example
Text Example
White with #F23965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23965; }
p { color: rgb(242,57,101); }
H1.HeaderClassName
{
color: #F23965;
}
.AnyTagClassName
{
color: #F23965;
}
</style>
background-color css
<style>
a { background-color: #F23965; }
a { background-color: rgb(242,57,101); }
div.DivClassName
{
background-color: #F23965;
}
.BgClassName
{
background-color: #F23965;
}
</style>
border-color css
<style>
span { border-color: #F23965; }
span { border-color: rgb(242,57,101); }
td.TdClassName
{
border-color: #F23965;
}
.TagClassName
{
border-color: #F23965;
}
</style>