#FA4D4F

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

Shades of Radical Red #FA4D4F

Tints of Radical Red #FA4D4F

Color information

#FA4D4F (or 0xFA4D4F) is unknown color: approx Radical Red. HEX triplet: FA, 4D and 4F. RGB value is (250,77,79). Sum of RGB (Red+Green+Blue) = 250+77+79=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D4F is #05B2B0. Grayscale: #818181. Windows color (decimal): -373425 or 5197306. OLE color: 5197306.

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

Color convert

RGB2507779-
CMYK00.690.680.02
HSL359.31º94.54%64.12%-
HSV(B)359.31º69.2%98.04%-
XYZ43.4926.210.16-
YUV128.9599.81214.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.58%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 79 (31.25% from 255) = 19.46%
R=61.58%
G=18.97%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250777900.690.680.02359.3194.5464.12
HexFA4D4F0454421675f40
Octal37211511701051042547137100
Binary11111010100110110011110100010110001001010110011110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4D4F; }

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

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

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

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

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

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

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

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