Shades of Radical Red #F23769
Tints of Radical Red #F23769
RGB
CMYK
RGB Variations
Color information
#F23769 (or 0xF23769) is known color: Radical Red. HEX triplet: F2, 37 and 69. RGB value is (242,55,105). Sum of RGB (Red+Green+Blue) = 242+55+105=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F23769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23769 is #0DC896. Grayscale: #747474. Windows color (decimal): -903319 or 6895602. OLE color: 6895602.
HSL color Cylindrical-coordinate representation of color #F23769: hue angle of 343.96º 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 #F23769 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 105 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.05 |
| HSL | 343.96º | 0.88% | 0.58% | - |
| HSV(B) | 343.96º | 0.77% | 0.95% | - |
| XYZ | 40.53 | 22.63 | 15.6 | - |
| YUV | 116.61 | 121.45 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 105 | 0 | 0.77 | 0.57 | 0.05 | 343.96 | 0.88 | 0.58 |
| Hex | F2 | 37 | 69 | 0 | 4D | 39 | 5 | 158 | 58 | 3A |
| Octal | 362 | 67 | 151 | 0 | 115 | 71 | 5 | 530 | 130 | 72 |
| Binary | 11110010 | 110111 | 1101001 | 0 | 1001101 | 111001 | 101 | 101011000 | 1011000 | 111010 |
Color Harmonies of #F23769
Complementary color
Monochromatic Colors of #F23769
Black with #F23769
Text Example
Text Example
White with #F23769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23769; }
p { color: rgb(242,55,105); }
H1.HeaderClassName
{
color: #F23769;
}
.AnyTagClassName
{
color: #F23769;
}
</style>
background-color css
<style>
a { background-color: #F23769; }
a { background-color: rgb(242,55,105); }
div.DivClassName
{
background-color: #F23769;
}
.BgClassName
{
background-color: #F23769;
}
</style>
border-color css
<style>
span { border-color: #F23769; }
span { border-color: rgb(242,55,105); }
td.TdClassName
{
border-color: #F23769;
}
.TagClassName
{
border-color: #F23769;
}
</style>