Shades of Radical Red #FB335C
Tints of Radical Red #FB335C
RGB
CMYK
RGB Variations
Color information
#FB335C (or 0xFB335C) is known color: Radical Red. HEX triplet: FB, 33 and 5C. RGB value is (251,51,92). Sum of RGB (Red+Green+Blue) = 251+51+92=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB335C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB335C is #04CCA3. Grayscale: #737373. Windows color (decimal): -314532 or 6042619. OLE color: 6042619.
HSL color Cylindrical-coordinate representation of color #FB335C: hue angle of 347.7º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB335C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 92 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.02 |
| HSL | 347.7º | 0.96% | 0.59% | - |
| HSV(B) | 347.7º | 0.8% | 0.98% | - |
| XYZ | 42.9 | 23.65 | 12.43 | - |
| YUV | 115.47 | 114.76 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 92 | 0 | 0.80 | 0.63 | 0.02 | 347.7 | 0.96 | 0.59 |
| Hex | FB | 33 | 5C | 0 | 50 | 3F | 2 | 15C | 60 | 3B |
| Octal | 373 | 63 | 134 | 0 | 120 | 77 | 2 | 534 | 140 | 73 |
| Binary | 11111011 | 110011 | 1011100 | 0 | 1010000 | 111111 | 10 | 101011100 | 1100000 | 111011 |
Color Harmonies of #FB335C
Complementary color
Monochromatic Colors of #FB335C
Black with #FB335C
Text Example
Text Example
White with #FB335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB335C; }
p { color: rgb(251,51,92); }
H1.HeaderClassName
{
color: #FB335C;
}
.AnyTagClassName
{
color: #FB335C;
}
</style>
background-color css
<style>
a { background-color: #FB335C; }
a { background-color: rgb(251,51,92); }
div.DivClassName
{
background-color: #FB335C;
}
.BgClassName
{
background-color: #FB335C;
}
</style>
border-color css
<style>
span { border-color: #FB335C; }
span { border-color: rgb(251,51,92); }
td.TdClassName
{
border-color: #FB335C;
}
.TagClassName
{
border-color: #FB335C;
}
</style>