Shades of Red #FC0602
Tints of Red #FC0602
RGB
CMYK
RGB Variations
Color information
#FC0602 (or 0xFC0602) is known color: Red. HEX triplet: FC, 06 and 02. RGB value is (252,6,2). Sum of RGB (Red+Green+Blue) = 252+6+2=260 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.92% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0602 is #03F9FD. Grayscale: #4F4F4F. Windows color (decimal): -260606 or 132860. OLE color: 132860.
HSL color Cylindrical-coordinate representation of color #FC0602: hue angle of 0.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0602 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.01 |
| HSL | 0.96º | 0.98% | 0.5% | - |
| HSV(B) | 0.96º | 0.99% | 0.99% | - |
| XYZ | 40.22 | 20.83 | 1.96 | - |
| YUV | 79.1 | 84.5 | 251.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 2 | 0 | 0.98 | 0.99 | 0.01 | 0.96 | 0.98 | 0.5 |
| Hex | FC | 6 | 2 | 0 | 62 | 63 | 1 | 1 | 62 | 32 |
| Octal | 374 | 6 | 2 | 0 | 142 | 143 | 1 | 1 | 142 | 62 |
| Binary | 11111100 | 110 | 10 | 0 | 1100010 | 1100011 | 1 | 1 | 1100010 | 110010 |
Color Harmonies of #FC0602
Complementary color
Monochromatic Colors of #FC0602
Black with #FC0602
Text Example
Text Example
White with #FC0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0602; }
p { color: rgb(252,6,2); }
H1.HeaderClassName
{
color: #FC0602;
}
.AnyTagClassName
{
color: #FC0602;
}
</style>
background-color css
<style>
a { background-color: #FC0602; }
a { background-color: rgb(252,6,2); }
div.DivClassName
{
background-color: #FC0602;
}
.BgClassName
{
background-color: #FC0602;
}
</style>
border-color css
<style>
span { border-color: #FC0602; }
span { border-color: rgb(252,6,2); }
td.TdClassName
{
border-color: #FC0602;
}
.TagClassName
{
border-color: #FC0602;
}
</style>