Shades of Radical Red #FB415A
Tints of Radical Red #FB415A
RGB
CMYK
RGB Variations
Color information
#FB415A (or 0xFB415A) is known color: Radical Red. HEX triplet: FB, 41 and 5A. RGB value is (251,65,90). Sum of RGB (Red+Green+Blue) = 251+65+90=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB415A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB415A is #04BEA5. Grayscale: #7B7B7B. Windows color (decimal): -310950 or 5915131. OLE color: 5915131.
HSL color Cylindrical-coordinate representation of color #FB415A: hue angle of 351.94º 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 #FB415A is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 90 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.02 |
| HSL | 351.94º | 0.96% | 0.62% | - |
| HSV(B) | 351.94º | 0.74% | 0.98% | - |
| XYZ | 43.52 | 25.03 | 12.21 | - |
| YUV | 123.46 | 109.12 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 90 | 0 | 0.74 | 0.64 | 0.02 | 351.94 | 0.96 | 0.62 |
| Hex | FB | 41 | 5A | 0 | 4A | 40 | 2 | 160 | 60 | 3E |
| Octal | 373 | 101 | 132 | 0 | 112 | 100 | 2 | 540 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1011010 | 0 | 1001010 | 1000000 | 10 | 101100000 | 1100000 | 111110 |
Color Harmonies of #FB415A
Complementary color
Monochromatic Colors of #FB415A
Black with #FB415A
Text Example
Text Example
White with #FB415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB415A; }
p { color: rgb(251,65,90); }
H1.HeaderClassName
{
color: #FB415A;
}
.AnyTagClassName
{
color: #FB415A;
}
</style>
background-color css
<style>
a { background-color: #FB415A; }
a { background-color: rgb(251,65,90); }
div.DivClassName
{
background-color: #FB415A;
}
.BgClassName
{
background-color: #FB415A;
}
</style>
border-color css
<style>
span { border-color: #FB415A; }
span { border-color: rgb(251,65,90); }
td.TdClassName
{
border-color: #FB415A;
}
.TagClassName
{
border-color: #FB415A;
}
</style>