#FA4549

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

Shades of Radical Red #FA4549

Tints of Radical Red #FA4549

Color information

#FA4549 (or 0xFA4549) is unknown color: approx Radical Red. HEX triplet: FA, 45 and 49. RGB value is (250,69,73). Sum of RGB (Red+Green+Blue) = 250+69+73=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4549 is #05BAB6. Grayscale: #7B7B7B. Windows color (decimal): -375479 or 4802042. OLE color: 4802042.

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

Color convert

RGB2506973-
CMYK00.720.710.02
HSL358.67º94.76%62.55%-
HSV(B)358.67º72.4%98.04%-
XYZ42.7625.068.89-
YUV123.5899.47218.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.78%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 73 (28.91% from 255) = 18.62%
R=63.78%
G=17.60%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250697300.720.710.02358.6794.7662.55
HexFA45490484721675f3f
Octal3721051110110107254713777
Binary1111101010001011001001010010001000111101011001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4549; }

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

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

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

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

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

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

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

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