#FC3346

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

Shades of Radical Red #FC3346

Tints of Radical Red #FC3346

Color information

#FC3346 (or 0xFC3346) is unknown color: approx Radical Red. HEX triplet: FC, 33 and 46. RGB value is (252,51,70). Sum of RGB (Red+Green+Blue) = 252+51+70=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3346 is #03CCB9. Grayscale: #717171. Windows color (decimal): -249018 or 4600828. OLE color: 4600828.

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

Color convert

RGB2525170-
CMYK00.800.720.01
HSL354.33º97.1%59.41%-
HSV(B)354.33º79.76%98.82%-
XYZ42.4323.518.09-
YUV113.26103.59226.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.56%
GREEN value IS 51 (20.31% from 255) = 13.67%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=67.56%
G=13.67%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252517000.800.720.01354.3397.159.41
HexFC3346050481162613b
Octal374631060120110154214173
Binary11111100110011100011001010000100100011011000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3346; }

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

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

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

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

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

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

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

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