Shades of Radical Red #FC415B
Tints of Radical Red #FC415B
RGB
CMYK
RGB Variations
Color information
#FC415B (or 0xFC415B) is known color: Radical Red. HEX triplet: FC, 41 and 5B. RGB value is (252,65,91). Sum of RGB (Red+Green+Blue) = 252+65+91=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC415B is #03BEA4. Grayscale: #7B7B7B. Windows color (decimal): -245413 or 5980668. OLE color: 5980668.
HSL color Cylindrical-coordinate representation of color #FC415B: hue angle of 351.66º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC415B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 91 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.01 |
| HSL | 351.66º | 0.97% | 0.62% | - |
| HSV(B) | 351.66º | 0.74% | 0.99% | - |
| XYZ | 43.92 | 25.23 | 12.45 | - |
| YUV | 123.88 | 109.45 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 91 | 0 | 0.74 | 0.64 | 0.01 | 351.66 | 0.97 | 0.62 |
| Hex | FC | 41 | 5B | 0 | 4A | 40 | 1 | 160 | 61 | 3E |
| Octal | 374 | 101 | 133 | 0 | 112 | 100 | 1 | 540 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1011011 | 0 | 1001010 | 1000000 | 1 | 101100000 | 1100001 | 111110 |
Color Harmonies of #FC415B
Complementary color
Monochromatic Colors of #FC415B
Black with #FC415B
Text Example
Text Example
White with #FC415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC415B; }
p { color: rgb(252,65,91); }
H1.HeaderClassName
{
color: #FC415B;
}
.AnyTagClassName
{
color: #FC415B;
}
</style>
background-color css
<style>
a { background-color: #FC415B; }
a { background-color: rgb(252,65,91); }
div.DivClassName
{
background-color: #FC415B;
}
.BgClassName
{
background-color: #FC415B;
}
</style>
border-color css
<style>
span { border-color: #FC415B; }
span { border-color: rgb(252,65,91); }
td.TdClassName
{
border-color: #FC415B;
}
.TagClassName
{
border-color: #FC415B;
}
</style>