#FC3746

Color #FC3746 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FC3746

Tints of Radical Red #FC3746

Color information

#FC3746 (or 0xFC3746) is unknown color: approx Radical Red. HEX triplet: FC, 37 and 46. RGB value is (252,55,70). Sum of RGB (Red+Green+Blue) = 252+55+70=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3746 is #03C8B9. Grayscale: #737373. Windows color (decimal): -247994 or 4601852. OLE color: 4601852.

HSL color Cylindrical-coordinate representation of color #FC3746: hue angle of 355.43º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC3746 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB2525570-
CMYK00.780.720.01
HSL355.43º97.04%60.2%-
HSV(B)355.43º78.17%98.82%-
XYZ42.6223.878.16-
YUV115.61102.27225.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 66.84%
GREEN value IS 55 (21.88% from 255) = 14.59%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=66.84%
G=14.59%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252557000.780.720.01355.4397.0460.2
HexFC374604E481163613c
Octal374671060116110154314174
Binary11111100110111100011001001110100100011011000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3746; }

 p { color: rgb(252,55,70); }

 H1.HeaderClassName
 {
   color: #FC3746;
 }
 .AnyTagClassName
 {
   color: #FC3746;
 }
</style>
background-color css

<style>
 a { background-color: #FC3746; }

 a { background-color: rgb(252,55,70); }

 div.DivClassName
 {
   background-color: #FC3746;
 }
 .BgClassName
 {
   background-color: #FC3746;
 }
</style>
border-color css

<style>
 span { border-color: #FC3746; }

 span { border-color: rgb(252,55,70); }

 td.TdClassName
 {
   border-color: #FC3746;
 }
 .TagClassName
 {
   border-color: #FC3746;
 }
</style>