Shades of Radical Red #FC426B
Tints of Radical Red #FC426B
RGB
CMYK
RGB Variations
Color information
#FC426B (or 0xFC426B) is known color: Radical Red. HEX triplet: FC, 42 and 6B. RGB value is (252,66,107). Sum of RGB (Red+Green+Blue) = 252+66+107=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC426B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC426B is #03BD94. Grayscale: #7E7E7E. Windows color (decimal): -245141 or 7029500. OLE color: 7029500.
HSL color Cylindrical-coordinate representation of color #FC426B: hue angle of 346.77º 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 #FC426B is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 107 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.01 |
| HSL | 346.77º | 0.97% | 0.62% | - |
| HSV(B) | 346.77º | 0.74% | 0.99% | - |
| XYZ | 44.75 | 25.65 | 16.5 | - |
| YUV | 126.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 107 | 0 | 0.74 | 0.58 | 0.01 | 346.77 | 0.97 | 0.62 |
| Hex | FC | 42 | 6B | 0 | 4A | 3A | 1 | 15B | 61 | 3E |
| Octal | 374 | 102 | 153 | 0 | 112 | 72 | 1 | 533 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1101011 | 0 | 1001010 | 111010 | 1 | 101011011 | 1100001 | 111110 |
Color Harmonies of #FC426B
Complementary color
Monochromatic Colors of #FC426B
Black with #FC426B
Text Example
Text Example
White with #FC426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC426B; }
p { color: rgb(252,66,107); }
H1.HeaderClassName
{
color: #FC426B;
}
.AnyTagClassName
{
color: #FC426B;
}
</style>
background-color css
<style>
a { background-color: #FC426B; }
a { background-color: rgb(252,66,107); }
div.DivClassName
{
background-color: #FC426B;
}
.BgClassName
{
background-color: #FC426B;
}
</style>
border-color css
<style>
span { border-color: #FC426B; }
span { border-color: rgb(252,66,107); }
td.TdClassName
{
border-color: #FC426B;
}
.TagClassName
{
border-color: #FC426B;
}
</style>