#FA4548

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

Shades of Radical Red #FA4548

Tints of Radical Red #FA4548

Color information

#FA4548 (or 0xFA4548) is unknown color: approx Radical Red. HEX triplet: FA, 45 and 48. RGB value is (250,69,72). Sum of RGB (Red+Green+Blue) = 250+69+72=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4548 is #05BAB7. Grayscale: #7B7B7B. Windows color (decimal): -375480 or 4736506. OLE color: 4736506.

HSL color Cylindrical-coordinate representation of color #FA4548: hue angle of 359.01º 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 #FA4548 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB2506972-
CMYK00.720.710.02
HSL359.01º94.76%62.55%-
HSV(B)359.01º72.4%98.04%-
XYZ42.7225.058.71-
YUV123.4698.97218.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.94%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=63.94%
G=17.65%
B=18.41%

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
Decimal250697200.720.710.02359.0194.7662.55
HexFA45480484721675f3f
Octal3721051100110107254713777
Binary1111101010001011001000010010001000111101011001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4548; }

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

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

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

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

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

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

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

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