Shades of Radical Red #FB215D
Tints of Radical Red #FB215D
RGB
CMYK
RGB Variations
Color information
#FB215D (or 0xFB215D) is known color: Radical Red. HEX triplet: FB, 21 and 5D. RGB value is (251,33,93). Sum of RGB (Red+Green+Blue) = 251+33+93=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB215D is #04DEA2. Grayscale: #696969. Windows color (decimal): -319139 or 6103547. OLE color: 6103547.
HSL color Cylindrical-coordinate representation of color #FB215D: hue angle of 343.49º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB215D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 93 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.02 |
| HSL | 343.49º | 0.96% | 0.56% | - |
| HSV(B) | 343.49º | 0.87% | 0.98% | - |
| XYZ | 42.3 | 22.39 | 12.45 | - |
| YUV | 105.02 | 121.22 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 93 | 0 | 0.87 | 0.63 | 0.02 | 343.49 | 0.96 | 0.56 |
| Hex | FB | 21 | 5D | 0 | 57 | 3F | 2 | 157 | 60 | 38 |
| Octal | 373 | 41 | 135 | 0 | 127 | 77 | 2 | 527 | 140 | 70 |
| Binary | 11111011 | 100001 | 1011101 | 0 | 1010111 | 111111 | 10 | 101010111 | 1100000 | 111000 |
Color Harmonies of #FB215D
Complementary color
Monochromatic Colors of #FB215D
Black with #FB215D
Text Example
Text Example
White with #FB215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB215D; }
p { color: rgb(251,33,93); }
H1.HeaderClassName
{
color: #FB215D;
}
.AnyTagClassName
{
color: #FB215D;
}
</style>
background-color css
<style>
a { background-color: #FB215D; }
a { background-color: rgb(251,33,93); }
div.DivClassName
{
background-color: #FB215D;
}
.BgClassName
{
background-color: #FB215D;
}
</style>
border-color css
<style>
span { border-color: #FB215D; }
span { border-color: rgb(251,33,93); }
td.TdClassName
{
border-color: #FB215D;
}
.TagClassName
{
border-color: #FB215D;
}
</style>