#FA494C

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

Shades of Radical Red #FA494C

Tints of Radical Red #FA494C

Color information

#FA494C (or 0xFA494C) is unknown color: approx Radical Red. HEX triplet: FA, 49 and 4C. RGB value is (250,73,76). Sum of RGB (Red+Green+Blue) = 250+73+76=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA494C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA494C is #05B6B3. Grayscale: #7E7E7E. Windows color (decimal): -374452 or 4999674. OLE color: 4999674.

HSL color Cylindrical-coordinate representation of color #FA494C: hue angle of 358.98º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA494C is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB2507376-
CMYK00.710.700.02
HSL358.98º94.65%63.33%-
HSV(B)358.98º70.8%98.04%-
XYZ43.1125.619.51-
YUV126.2699.64216.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.66%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 76 (30.08% from 255) = 19.05%
R=62.66%
G=18.30%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250737600.710.700.02358.9894.6563.33
HexFA494C0474621675f3f
Octal3721111140107106254713777
Binary1111101010010011001100010001111000110101011001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA494C; }

 p { color: rgb(250,73,76); }

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

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

 a { background-color: rgb(250,73,76); }

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

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

 span { border-color: rgb(250,73,76); }

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