Shades of Radical Red #FB245C
Tints of Radical Red #FB245C
RGB
CMYK
RGB Variations
Color information
#FB245C (or 0xFB245C) is known color: Radical Red. HEX triplet: FB, 24 and 5C. RGB value is (251,36,92). Sum of RGB (Red+Green+Blue) = 251+36+92=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB245C is #04DBA3. Grayscale: #6A6A6A. Windows color (decimal): -318372 or 6038779. OLE color: 6038779.
HSL color Cylindrical-coordinate representation of color #FB245C: hue angle of 344.37º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB245C is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 92 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.02 |
| HSL | 344.37º | 0.96% | 0.56% | - |
| HSV(B) | 344.37º | 0.86% | 0.98% | - |
| XYZ | 42.35 | 22.54 | 12.24 | - |
| YUV | 106.67 | 119.73 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 92 | 0 | 0.86 | 0.63 | 0.02 | 344.37 | 0.96 | 0.56 |
| Hex | FB | 24 | 5C | 0 | 56 | 3F | 2 | 158 | 60 | 38 |
| Octal | 373 | 44 | 134 | 0 | 126 | 77 | 2 | 530 | 140 | 70 |
| Binary | 11111011 | 100100 | 1011100 | 0 | 1010110 | 111111 | 10 | 101011000 | 1100000 | 111000 |
Color Harmonies of #FB245C
Complementary color
Monochromatic Colors of #FB245C
Black with #FB245C
Text Example
Text Example
White with #FB245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB245C; }
p { color: rgb(251,36,92); }
H1.HeaderClassName
{
color: #FB245C;
}
.AnyTagClassName
{
color: #FB245C;
}
</style>
background-color css
<style>
a { background-color: #FB245C; }
a { background-color: rgb(251,36,92); }
div.DivClassName
{
background-color: #FB245C;
}
.BgClassName
{
background-color: #FB245C;
}
</style>
border-color css
<style>
span { border-color: #FB245C; }
span { border-color: rgb(251,36,92); }
td.TdClassName
{
border-color: #FB245C;
}
.TagClassName
{
border-color: #FB245C;
}
</style>