Shades of Radical Red #FB415C
Tints of Radical Red #FB415C
RGB
CMYK
RGB Variations
Color information
#FB415C (or 0xFB415C) is known color: Radical Red. HEX triplet: FB, 41 and 5C. RGB value is (251,65,92). Sum of RGB (Red+Green+Blue) = 251+65+92=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB415C is #04BEA3. Grayscale: #7B7B7B. Windows color (decimal): -310948 or 6046203. OLE color: 6046203.
HSL color Cylindrical-coordinate representation of color #FB415C: hue angle of 351.29º 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 #FB415C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 92 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.02 |
| HSL | 351.29º | 0.96% | 0.62% | - |
| HSV(B) | 351.29º | 0.74% | 0.98% | - |
| XYZ | 43.61 | 25.06 | 12.66 | - |
| YUV | 123.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 92 | 0 | 0.74 | 0.63 | 0.02 | 351.29 | 0.96 | 0.62 |
| Hex | FB | 41 | 5C | 0 | 4A | 3F | 2 | 15F | 60 | 3E |
| Octal | 373 | 101 | 134 | 0 | 112 | 77 | 2 | 537 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1011100 | 0 | 1001010 | 111111 | 10 | 101011111 | 1100000 | 111110 |
Color Harmonies of #FB415C
Complementary color
Monochromatic Colors of #FB415C
Black with #FB415C
Text Example
Text Example
White with #FB415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB415C; }
p { color: rgb(251,65,92); }
H1.HeaderClassName
{
color: #FB415C;
}
.AnyTagClassName
{
color: #FB415C;
}
</style>
background-color css
<style>
a { background-color: #FB415C; }
a { background-color: rgb(251,65,92); }
div.DivClassName
{
background-color: #FB415C;
}
.BgClassName
{
background-color: #FB415C;
}
</style>
border-color css
<style>
span { border-color: #FB415C; }
span { border-color: rgb(251,65,92); }
td.TdClassName
{
border-color: #FB415C;
}
.TagClassName
{
border-color: #FB415C;
}
</style>