Shades of Radical Red #FB2F4D
Tints of Radical Red #FB2F4D
RGB
CMYK
RGB Variations
Color information
#FB2F4D (or 0xFB2F4D) is known color: Radical Red. HEX triplet: FB, 2F and 4D. RGB value is (251,47,77). Sum of RGB (Red+Green+Blue) = 251+47+77=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F4D is #04D0B2. Grayscale: #6F6F6F. Windows color (decimal): -315571 or 5058555. OLE color: 5058555.
HSL color Cylindrical-coordinate representation of color #FB2F4D: hue angle of 351.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F4D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 77 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.02 |
| HSL | 351.18º | 0.96% | 0.58% | - |
| HSV(B) | 351.18º | 0.81% | 0.98% | - |
| XYZ | 42.14 | 23.08 | 9.25 | - |
| YUV | 111.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 77 | 0 | 0.81 | 0.69 | 0.02 | 351.18 | 0.96 | 0.58 |
| Hex | FB | 2F | 4D | 0 | 51 | 45 | 2 | 15F | 60 | 3A |
| Octal | 373 | 57 | 115 | 0 | 121 | 105 | 2 | 537 | 140 | 72 |
| Binary | 11111011 | 101111 | 1001101 | 0 | 1010001 | 1000101 | 10 | 101011111 | 1100000 | 111010 |
Color Harmonies of #FB2F4D
Complementary color
Monochromatic Colors of #FB2F4D
Black with #FB2F4D
Text Example
Text Example
White with #FB2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F4D; }
p { color: rgb(251,47,77); }
H1.HeaderClassName
{
color: #FB2F4D;
}
.AnyTagClassName
{
color: #FB2F4D;
}
</style>
background-color css
<style>
a { background-color: #FB2F4D; }
a { background-color: rgb(251,47,77); }
div.DivClassName
{
background-color: #FB2F4D;
}
.BgClassName
{
background-color: #FB2F4D;
}
</style>
border-color css
<style>
span { border-color: #FB2F4D; }
span { border-color: rgb(251,47,77); }
td.TdClassName
{
border-color: #FB2F4D;
}
.TagClassName
{
border-color: #FB2F4D;
}
</style>