Shades of Radical Red #FC255A
Tints of Radical Red #FC255A
RGB
CMYK
RGB Variations
Color information
#FC255A (or 0xFC255A) is known color: Radical Red. HEX triplet: FC, 25 and 5A. RGB value is (252,37,90). Sum of RGB (Red+Green+Blue) = 252+37+90=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC255A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC255A is #03DAA5. Grayscale: #6B6B6B. Windows color (decimal): -252582 or 5907964. OLE color: 5907964.
HSL color Cylindrical-coordinate representation of color #FC255A: hue angle of 345.21º 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 #FC255A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 90 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.01 |
| HSL | 345.21º | 0.97% | 0.57% | - |
| HSV(B) | 345.21º | 0.85% | 0.99% | - |
| XYZ | 42.65 | 22.76 | 11.82 | - |
| YUV | 107.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 90 | 0 | 0.85 | 0.64 | 0.01 | 345.21 | 0.97 | 0.57 |
| Hex | FC | 25 | 5A | 0 | 55 | 40 | 1 | 159 | 61 | 39 |
| Octal | 374 | 45 | 132 | 0 | 125 | 100 | 1 | 531 | 141 | 71 |
| Binary | 11111100 | 100101 | 1011010 | 0 | 1010101 | 1000000 | 1 | 101011001 | 1100001 | 111001 |
Color Harmonies of #FC255A
Complementary color
Monochromatic Colors of #FC255A
Black with #FC255A
Text Example
Text Example
White with #FC255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC255A; }
p { color: rgb(252,37,90); }
H1.HeaderClassName
{
color: #FC255A;
}
.AnyTagClassName
{
color: #FC255A;
}
</style>
background-color css
<style>
a { background-color: #FC255A; }
a { background-color: rgb(252,37,90); }
div.DivClassName
{
background-color: #FC255A;
}
.BgClassName
{
background-color: #FC255A;
}
</style>
border-color css
<style>
span { border-color: #FC255A; }
span { border-color: rgb(252,37,90); }
td.TdClassName
{
border-color: #FC255A;
}
.TagClassName
{
border-color: #FC255A;
}
</style>