Shades of Radical Red #F23853
Tints of Radical Red #F23853
RGB
CMYK
RGB Variations
Color information
#F23853 (or 0xF23853) is known color: Radical Red. HEX triplet: F2, 38 and 53. RGB value is (242,56,83). Sum of RGB (Red+Green+Blue) = 242+56+83=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F23853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23853 is #0DC7AC. Grayscale: #727272. Windows color (decimal): -903085 or 5454066. OLE color: 5454066.
HSL color Cylindrical-coordinate representation of color #F23853: hue angle of 351.29º 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 #F23853 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 83 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.05 |
| HSL | 351.29º | 0.88% | 0.58% | - |
| HSV(B) | 351.29º | 0.77% | 0.95% | - |
| XYZ | 39.59 | 22.33 | 10.41 | - |
| YUV | 114.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 83 | 0 | 0.77 | 0.66 | 0.05 | 351.29 | 0.88 | 0.58 |
| Hex | F2 | 38 | 53 | 0 | 4D | 42 | 5 | 15F | 58 | 3A |
| Octal | 362 | 70 | 123 | 0 | 115 | 102 | 5 | 537 | 130 | 72 |
| Binary | 11110010 | 111000 | 1010011 | 0 | 1001101 | 1000010 | 101 | 101011111 | 1011000 | 111010 |
Color Harmonies of #F23853
Complementary color
Monochromatic Colors of #F23853
Black with #F23853
Text Example
Text Example
White with #F23853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23853; }
p { color: rgb(242,56,83); }
H1.HeaderClassName
{
color: #F23853;
}
.AnyTagClassName
{
color: #F23853;
}
</style>
background-color css
<style>
a { background-color: #F23853; }
a { background-color: rgb(242,56,83); }
div.DivClassName
{
background-color: #F23853;
}
.BgClassName
{
background-color: #F23853;
}
</style>
border-color css
<style>
span { border-color: #F23853; }
span { border-color: rgb(242,56,83); }
td.TdClassName
{
border-color: #F23853;
}
.TagClassName
{
border-color: #F23853;
}
</style>