Shades of Radical Red #FC255C
Tints of Radical Red #FC255C
RGB
CMYK
RGB Variations
Color information
#FC255C (or 0xFC255C) is known color: Radical Red. HEX triplet: FC, 25 and 5C. RGB value is (252,37,92). Sum of RGB (Red+Green+Blue) = 252+37+92=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC255C is #03DAA3. Grayscale: #6B6B6B. Windows color (decimal): -252580 or 6039036. OLE color: 6039036.
HSL color Cylindrical-coordinate representation of color #FC255C: hue angle of 344.65º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC255C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.01 |
| HSL | 344.65º | 0.97% | 0.57% | - |
| HSV(B) | 344.65º | 0.85% | 0.99% | - |
| XYZ | 42.74 | 22.79 | 12.27 | - |
| YUV | 107.56 | 119.23 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 92 | 0 | 0.85 | 0.63 | 0.01 | 344.65 | 0.97 | 0.57 |
| Hex | FC | 25 | 5C | 0 | 55 | 3F | 1 | 159 | 61 | 39 |
| Octal | 374 | 45 | 134 | 0 | 125 | 77 | 1 | 531 | 141 | 71 |
| Binary | 11111100 | 100101 | 1011100 | 0 | 1010101 | 111111 | 1 | 101011001 | 1100001 | 111001 |
Color Harmonies of #FC255C
Complementary color
Monochromatic Colors of #FC255C
Black with #FC255C
Text Example
Text Example
White with #FC255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC255C; }
p { color: rgb(252,37,92); }
H1.HeaderClassName
{
color: #FC255C;
}
.AnyTagClassName
{
color: #FC255C;
}
</style>
background-color css
<style>
a { background-color: #FC255C; }
a { background-color: rgb(252,37,92); }
div.DivClassName
{
background-color: #FC255C;
}
.BgClassName
{
background-color: #FC255C;
}
</style>
border-color css
<style>
span { border-color: #FC255C; }
span { border-color: rgb(252,37,92); }
td.TdClassName
{
border-color: #FC255C;
}
.TagClassName
{
border-color: #FC255C;
}
</style>