Shades of Radical Red #FB414C
Tints of Radical Red #FB414C
RGB
CMYK
RGB Variations
Color information
#FB414C (or 0xFB414C) is known color: Radical Red. HEX triplet: FB, 41 and 4C. RGB value is (251,65,76). Sum of RGB (Red+Green+Blue) = 251+65+76=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB414C is #04BEB3. Grayscale: #7A7A7A. Windows color (decimal): -310964 or 4997627. OLE color: 4997627.
HSL color Cylindrical-coordinate representation of color #FB414C: hue angle of 356.45º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB414C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 76 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.02 |
| HSL | 356.45º | 0.96% | 0.62% | - |
| HSV(B) | 356.45º | 0.74% | 0.98% | - |
| XYZ | 42.98 | 24.81 | 9.36 | - |
| YUV | 121.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 76 | 0 | 0.74 | 0.70 | 0.02 | 356.45 | 0.96 | 0.62 |
| Hex | FB | 41 | 4C | 0 | 4A | 46 | 2 | 164 | 60 | 3E |
| Octal | 373 | 101 | 114 | 0 | 112 | 106 | 2 | 544 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1001100 | 0 | 1001010 | 1000110 | 10 | 101100100 | 1100000 | 111110 |
Color Harmonies of #FB414C
Complementary color
Monochromatic Colors of #FB414C
Black with #FB414C
Text Example
Text Example
White with #FB414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB414C; }
p { color: rgb(251,65,76); }
H1.HeaderClassName
{
color: #FB414C;
}
.AnyTagClassName
{
color: #FB414C;
}
</style>
background-color css
<style>
a { background-color: #FB414C; }
a { background-color: rgb(251,65,76); }
div.DivClassName
{
background-color: #FB414C;
}
.BgClassName
{
background-color: #FB414C;
}
</style>
border-color css
<style>
span { border-color: #FB414C; }
span { border-color: rgb(251,65,76); }
td.TdClassName
{
border-color: #FB414C;
}
.TagClassName
{
border-color: #FB414C;
}
</style>