#FA4547

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

Shades of Radical Red #FA4547

Tints of Radical Red #FA4547

Color information

#FA4547 (or 0xFA4547) is unknown color: approx Radical Red. HEX triplet: FA, 45 and 47. RGB value is (250,69,71). Sum of RGB (Red+Green+Blue) = 250+69+71=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4547 is #05BAB8. Grayscale: #7B7B7B. Windows color (decimal): -375481 or 4670970. OLE color: 4670970.

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

Color convert

RGB2506971-
CMYK00.720.720.02
HSL359.34º94.76%62.55%-
HSV(B)359.34º72.4%98.04%-
XYZ42.6925.048.54-
YUV123.3598.47218.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 64.10%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 71 (28.12% from 255) = 18.21%
R=64.10%
G=17.69%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250697100.720.720.02359.3494.7662.55
HexFA45470484821675f3f
Octal3721051070110110254713777
Binary1111101010001011000111010010001001000101011001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4547; }

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

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

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

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

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

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

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

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