Shades of Radical Red #FB305C
Tints of Radical Red #FB305C
RGB
CMYK
RGB Variations
Color information
#FB305C (or 0xFB305C) is known color: Radical Red. HEX triplet: FB, 30 and 5C. RGB value is (251,48,92). Sum of RGB (Red+Green+Blue) = 251+48+92=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB305C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB305C is #04CFA3. Grayscale: #717171. Windows color (decimal): -315300 or 6041851. OLE color: 6041851.
HSL color Cylindrical-coordinate representation of color #FB305C: hue angle of 347º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB305C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 92 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.02 |
| HSL | 347º | 0.96% | 0.59% | - |
| HSV(B) | 347º | 0.81% | 0.98% | - |
| XYZ | 42.77 | 23.4 | 12.39 | - |
| YUV | 113.71 | 115.75 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 92 | 0 | 0.81 | 0.63 | 0.02 | 347 | 0.96 | 0.59 |
| Hex | FB | 30 | 5C | 0 | 51 | 3F | 2 | 15B | 60 | 3B |
| Octal | 373 | 60 | 134 | 0 | 121 | 77 | 2 | 533 | 140 | 73 |
| Binary | 11111011 | 110000 | 1011100 | 0 | 1010001 | 111111 | 10 | 101011011 | 1100000 | 111011 |
Color Harmonies of #FB305C
Complementary color
Monochromatic Colors of #FB305C
Black with #FB305C
Text Example
Text Example
White with #FB305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB305C; }
p { color: rgb(251,48,92); }
H1.HeaderClassName
{
color: #FB305C;
}
.AnyTagClassName
{
color: #FB305C;
}
</style>
background-color css
<style>
a { background-color: #FB305C; }
a { background-color: rgb(251,48,92); }
div.DivClassName
{
background-color: #FB305C;
}
.BgClassName
{
background-color: #FB305C;
}
</style>
border-color css
<style>
span { border-color: #FB305C; }
span { border-color: rgb(251,48,92); }
td.TdClassName
{
border-color: #FB305C;
}
.TagClassName
{
border-color: #FB305C;
}
</style>