#FC3A4A

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

Shades of Radical Red #FC3A4A

Tints of Radical Red #FC3A4A

Color information

#FC3A4A (or 0xFC3A4A) is unknown color: approx Radical Red. HEX triplet: FC, 3A and 4A. RGB value is (252,58,74). Sum of RGB (Red+Green+Blue) = 252+58+74=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A4A is #03C5B5. Grayscale: #757575. Windows color (decimal): -247222 or 4864764. OLE color: 4864764.

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

Color convert

RGB2525874-
CMYK00.770.710.01
HSL355.05º97%60.78%-
HSV(B)355.05º76.98%98.82%-
XYZ42.8924.228.89-
YUV117.83103.27223.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.62%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 74 (29.30% from 255) = 19.27%
R=65.62%
G=15.10%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252587400.770.710.01355.059760.78
HexFC3A4A04D471163613d
Octal374721120115107154314175
Binary11111100111010100101001001101100011111011000111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3A4A; }

 p { color: rgb(252,58,74); }

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

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

 a { background-color: rgb(252,58,74); }

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

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

 span { border-color: rgb(252,58,74); }

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