Shades of Radical Red #F23865
Tints of Radical Red #F23865
RGB
CMYK
RGB Variations
Color information
#F23865 (or 0xF23865) is known color: Radical Red. HEX triplet: F2, 38 and 65. RGB value is (242,56,101). Sum of RGB (Red+Green+Blue) = 242+56+101=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F23865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23865 is #0DC79A. Grayscale: #747474. Windows color (decimal): -903067 or 6633714. OLE color: 6633714.
HSL color Cylindrical-coordinate representation of color #F23865: hue angle of 345.48º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23865 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 101 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.05 |
| HSL | 345.48º | 0.88% | 0.58% | - |
| HSV(B) | 345.48º | 0.77% | 0.95% | - |
| XYZ | 40.38 | 22.65 | 14.55 | - |
| YUV | 116.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 101 | 0 | 0.77 | 0.58 | 0.05 | 345.48 | 0.88 | 0.58 |
| Hex | F2 | 38 | 65 | 0 | 4D | 3A | 5 | 159 | 58 | 3A |
| Octal | 362 | 70 | 145 | 0 | 115 | 72 | 5 | 531 | 130 | 72 |
| Binary | 11110010 | 111000 | 1100101 | 0 | 1001101 | 111010 | 101 | 101011001 | 1011000 | 111010 |
Color Harmonies of #F23865
Complementary color
Monochromatic Colors of #F23865
Black with #F23865
Text Example
Text Example
White with #F23865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23865; }
p { color: rgb(242,56,101); }
H1.HeaderClassName
{
color: #F23865;
}
.AnyTagClassName
{
color: #F23865;
}
</style>
background-color css
<style>
a { background-color: #F23865; }
a { background-color: rgb(242,56,101); }
div.DivClassName
{
background-color: #F23865;
}
.BgClassName
{
background-color: #F23865;
}
</style>
border-color css
<style>
span { border-color: #F23865; }
span { border-color: rgb(242,56,101); }
td.TdClassName
{
border-color: #F23865;
}
.TagClassName
{
border-color: #F23865;
}
</style>