#FA4D50

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

Shades of Radical Red #FA4D50

Tints of Radical Red #FA4D50

Color information

#FA4D50 (or 0xFA4D50) is unknown color: approx Radical Red. HEX triplet: FA, 4D and 50. RGB value is (250,77,80). Sum of RGB (Red+Green+Blue) = 250+77+80=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D50 is #05B2AF. Grayscale: #818181. Windows color (decimal): -373424 or 5262842. OLE color: 5262842.

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

Color convert

RGB2507780-
CMYK00.690.680.02
HSL358.96º94.54%64.12%-
HSV(B)358.96º69.2%98.04%-
XYZ43.5326.2110.35-
YUV129.07100.31214.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.43%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=61.43%
G=18.92%
B=19.66%

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
Decimal250778000.690.680.02358.9694.5464.12
HexFA4D500454421675f40
Octal37211512001051042547137100
Binary11111010100110110100000100010110001001010110011110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4D50; }

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

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

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

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

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

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

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

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