Shades of Radical Red #F4255C
Tints of Radical Red #F4255C
RGB
CMYK
RGB Variations
Color information
#F4255C (or 0xF4255C) is known color: Radical Red. HEX triplet: F4, 25 and 5C. RGB value is (244,37,92). Sum of RGB (Red+Green+Blue) = 244+37+92=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4255C is #0BDAA3. Grayscale: #696969. Windows color (decimal): -776868 or 6039028. OLE color: 6039028.
HSL color Cylindrical-coordinate representation of color #F4255C: hue angle of 344.06º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4255C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.04 |
| HSL | 344.06º | 0.9% | 0.55% | - |
| HSV(B) | 344.06º | 0.85% | 0.96% | - |
| XYZ | 39.9 | 21.33 | 12.14 | - |
| YUV | 105.16 | 120.58 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 92 | 0 | 0.85 | 0.62 | 0.04 | 344.06 | 0.9 | 0.55 |
| Hex | F4 | 25 | 5C | 0 | 55 | 3E | 4 | 158 | 5A | 37 |
| Octal | 364 | 45 | 134 | 0 | 125 | 76 | 4 | 530 | 132 | 67 |
| Binary | 11110100 | 100101 | 1011100 | 0 | 1010101 | 111110 | 100 | 101011000 | 1011010 | 110111 |
Color Harmonies of #F4255C
Complementary color
Monochromatic Colors of #F4255C
Black with #F4255C
Text Example
Text Example
White with #F4255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4255C; }
p { color: rgb(244,37,92); }
H1.HeaderClassName
{
color: #F4255C;
}
.AnyTagClassName
{
color: #F4255C;
}
</style>
background-color css
<style>
a { background-color: #F4255C; }
a { background-color: rgb(244,37,92); }
div.DivClassName
{
background-color: #F4255C;
}
.BgClassName
{
background-color: #F4255C;
}
</style>
border-color css
<style>
span { border-color: #F4255C; }
span { border-color: rgb(244,37,92); }
td.TdClassName
{
border-color: #F4255C;
}
.TagClassName
{
border-color: #F4255C;
}
</style>