#FA4D4E

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

Shades of Radical Red #FA4D4E

Tints of Radical Red #FA4D4E

Color information

#FA4D4E (or 0xFA4D4E) is unknown color: approx Radical Red. HEX triplet: FA, 4D and 4E. RGB value is (250,77,78). Sum of RGB (Red+Green+Blue) = 250+77+78=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D4E is #05B2B1. Grayscale: #818181. Windows color (decimal): -373426 or 5131770. OLE color: 5131770.

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

Color convert

RGB2507778-
CMYK00.690.690.02
HSL359.65º94.54%64.12%-
HSV(B)359.65º69.2%98.04%-
XYZ43.4526.189.97-
YUV128.8499.31214.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.73%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=61.73%
G=19.01%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250777800.690.690.02359.6594.5464.12
HexFA4D4E0454521685f40
Octal37211511601051052550137100
Binary11111010100110110011100100010110001011010110100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4D4E; }

 p { color: rgb(250,77,78); }

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

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

 a { background-color: rgb(250,77,78); }

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

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

 span { border-color: rgb(250,77,78); }

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